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