cURL
curl --request GET \ --url https://sa.dialgen.ai/api/v1/batch/list \ --header 'Authorization: Bearer <token>'
[ { "batchId": "batch_123...", "status": "processing", "total": 1000, "processed": 500, "succeeded": 450, "failed": 50, "percentComplete": 50, "createdAt": "2024-01-15T10:00:00.000Z", "agentId": "agent_abc...", "priority": 5 } ]
Retrieves a list of all call batches for the authenticated user, sorted by creation date (newest first).
Bearer token authentication. Obtain your API key from the Dialgen API Keys dashboard at https://sa.dialgen.ai/api-keys
Batch list retrieved successfully
ingesting
scheduled
pending
processing
completed
cancelled