GET
/
v1
/
agents
/
jobs
/
{agent_job_id}
/
status
/

Authorizations

Authorization
string
headerrequired

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

Path Parameters

agent_job_id
string
required

Response

200 - application/json
status
integer
required

Status code. 0: PENDING, 1: STARTED, 2: RETRY, 3: SUCCESS, 4: FAILURE, 5: CANCELLED

timestamp
integer
required

Unix timestamp in seconds

error_message
string

Error message if status is RETRY or FAILURE