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

Completed job output.

request_id
string
required
job_id
string
required
job_type
enum<string>
required
Available options:
fetch
status
enum<string>
required
Available options:
completed,
partial,
cancelled
mode
enum<string>
required
Available options:
async
outputs
object
diagnostics
object