Skip to main content
GET
cURL
Returns the job metadata, input payload, current output (if any), and navigational links.

Path parameters

  • job_id: UUID returned by any write endpoint

Example

Error codes

  • JOB_ID_REQUIRED: missing job ID
  • JOB_NOT_FOUND: the job does not exist or was not made by your api key
When encountering unexpected issues, the API returns 500 with INTERNAL_ERROR and includes the message in the error payload.

Authorizations

Authorization
string
header
required

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

Path Parameters

job_id
string
required

Response

Job response

data
object
required
errors
unknown