curl --request GET \ --url https://api.roe-ai.com/v1/agents/jobs/{agent_job_id}/status/ \ --header 'Authorization: Bearer <token>'
{ "status": 3, "timestamp": 1719556664.569293 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Status code. 0: PENDING, 1: STARTED, 2: RETRY, 3: SUCCESS, 4: FAILURE, 5: CANCELLED
Unix timestamp in seconds
Error message if status is RETRY or FAILURE