Skip to main content

Get Job Info

Get Job Info

Get information about a specific job.

HTTP Request

GET /jobs/job_id/info

Optional Parameters

NameTypeDescription
fieldsarraySpecify which fields to include in the response. Possible values are: id, name, user_tag, priority, status, substatus, progress, creation_time, start_time, end_time, expiration_time, and error. Example: ["id", "progress"]

Get Job Info Example

$ curl -u OAPI_KEY:OAPI_SECRET https://api-demo.hybrik.com/v1/jobs/12345/info \
-G \
-d fields[]=id \
-d fields[]=progress \
-H "X-Hybrik-Sapiauth: api_auth_token" \
-H "X-Hybrik-Compliance: 20220412"