Skip to main content
GET
Get job status
Returns status (pending, running, success, warning, or failed), assetId, jobSource, and start/finish times. You only see jobs for assets you can read; otherwise the response is 404 (same as “wrong id”). Useful for tracking when a job has finished running for a custom orchestration script.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

jobId
string<uuid>
required

UUID of the job.

Response

Job found.

data
object
required