List Batches
Retrieves batch-specific data for each batch you’ve created.
Headers
Your API key for authentication.
Query Parameters
Retrieve only batches with a specific campaign ID.
The starting index (inclusive) for the range of batches to retrieve.
The ending index for the range of batches to retrieve.
The maximum number of batches to return in the response.
Whether to sort the batches in ascending order of their creation time.
Response
Can be success
or error
.
Contains an array of batch objects.
The unique identifier for the batch.
The original base prompt used to create the batch. Will still contain the
original placeholder variables such as {{ business }}
or {{ name }}
.
The label you assigned to the batch (if any).
Enterprise customers with custom endpoints will see the endpoint code here (if specified).
The base call parameters used to create the batch, such as voice_id
,
max_duration
, reduce_latency
, and wait_for_greeting
.
The date and time the batch was created.