Skip to main content
GET
Get job status

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

The ID of the job to check status for

Response

Job status retrieved successfully

status
enum<string>
required

Current status of the job

Available options:
PENDING,
QUEUED,
SUCCESS,
ERROR