Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The job identifier returned when the job was created.

Example:

"job_abc123"

Response

Job status and metadata.

request_id
string
required
job_id
string
required
job_type
enum<string>
required
Available options:
fetch
status
enum<string>
required
Available options:
queued,
running,
completed,
partial,
failed,
cancelled
mode
enum<string>
required
Available options:
async
created_at
string
required
result_available
boolean
required
started_at
string
completed_at
string
outputs
object
diagnostics
object
diagnostics_summary
string
error
object