Skip to main content

Get Job Result

Get Job Result

This gets the job result in JSON form after a job completes, including whether the job was successful or failed. Any errors (including recoverable errors) will be listed in the "errors" array. Details about each task will be included in the JSON. The result JSON can be quite large depending on the number of tasks.

HTTP Request

GET /jobs/job_id/result


Get Job Result Example

$ curl -u OAPI_KEY:OAPI_SECRET https://api-demo.hybrik.com/v1/jobs/123435/result \
-H "X-Hybrik-Sapiauth: api_auth_token" \
-H "X-Hybrik-Compliance: 20220412"