GET
/
batches
/
{agent_id}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

agent_id
string
required

The 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