GET
/
v1
/
jobs
/
{job_id}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

job_id
string
required

Response

200 - application/json
metadata_
object | null

The metadata of the job.

id
string

The human-friendly ID of the Job

status
enum<string>

The status of the job.

Available options:
created,
running,
completed,
failed,
pending
created_at
string

The unix timestamp of when the job was created.

completed_at
string | null

The unix timestamp of when the job was completed.

user_id
string
required

The unique identifier of the user associated with the job.