Batches
Get Batch
Retrieve metadata for a specific batch. This does not include logs, use the logs endpoint for that.
GET
Headers
Your API key for authentication.
Path Parameters
The unique identifier of the batch you want to fetch.
Response
Metadata and configuration details of the batch.
The unique identifier of the batch.
The ID of the org that created the batch.
A JSON string representing shared call properties such as task
or record
.
The timestamp of when the batch was created.
A preview of call objects in the batch.
A human-readable label or description for the batch.
Always null
on success.