Batches
List all batches
List all batches for agent
GET
/
batches
/
{agent_id}
/
all
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the agent
Response
200 - application/json
The ID of the batch
Human-readable relative time since batch creation
Created timestamp of batch
Last updated timestamp of batch
Current status of the batch
Available options:
scheduled
, created
, queued
, executed
The scheduled batch timestamp in UTC
Was this page helpful?