Agents
Agent Job Status
GET
/
v1
/
agents
/
jobs
/
{agent_job_id}
/
status
/
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
agent_job_id
string
requiredResponse
200 - application/json
status
integer
requiredStatus code. 0: PENDING, 1: STARTED, 2: RETRY, 3: SUCCESS, 4: FAILURE, 5: CANCELLED
timestamp
integer
requiredUnix timestamp in seconds
error_message
string
Error message if status is RETRY or FAILURE