How to get the return with result or set of errors object after execution of the job done

Hi Team,

I am explain my scenario here. X system is using our Y system API service to get response as an result of valid object or errors of an object. here our Y system API using the Hangfire background job to do the task. once the task is done we need to send the result object to the caller response object.

could you please suggest how can we get the result of the actual code execution (i mean not the job status fail or success).

is it possible through our Hangfire or any workaround for the scenario.

Please reply asap.
Thanks,
Satya.