Batch Calls
List Batch Calls
Retrieve every batch call job in your workspace, with status and progress counters, ordered newest first.
GET
List batch calls
Returns every batch call job in your workspace, paginated and sorted by creation date (newest first). Each entry includes the batch’s display
name, the current status, the totals of attempted and completed calls, and the creation timestamp. Use this to power a batch history dashboard, build automation that watches for new batches, or audit which jobs have run in a given period.
When to use this
- Operational dashboards: render a batch history view with progress bars.
- Compliance audits: list every batch run in a quarter for review.
- Reporting pipelines: sync batch metadata into a data warehouse alongside call logs.
- Automation triggers: detect newly created batches and start downstream reporting jobs.
Query parameters
| Parameter | Description |
|---|---|
page | Page number, starting from 1. |
limit | Results per page (max 100, default 20). |
status | Filter by status (queued, processing, completed, failed, cancelled). |
Errors
403 Forbiddenis returned when the API key cannot read batch jobs on this workspace.
Request
Response
Related endpoints
- Get Batch Call: fetch a single batch’s detail.
- Create Batch Call: start a new batch.
- Pagination: how DialNexa list endpoints paginate.
- Batch calling: guidance on designing a batch.
List batch calls