Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.truedy.ai/api/public/v1/batch-calls/{batch_call_id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "batch_c3d4e5f6", "name": "Q2 Outreach Campaign", "status": "running", "agent_id": "agt_f9447372", "from_number": "+18005559876", "schedule_type": "immediate", "scheduled_at": null, "timezone": "America/New_York", "concurrency": 5, "retry_attempts": 2, "total_contacts": 500, "called": 312, "completed": 298, "failed": 14, "pending": 188, "created_at": "2026-04-01T09:00:00Z", "updated_at": "2026-04-05T10:22:00Z" }, "meta": { "request_id": "req_32e7531c", "ts": "2026-04-05T10:22:00Z" } }
Retrieve details about a specific batch calling campaign.
API key authentication. Include your API key in the Authorization header: Bearer <your_api_key>
Batch call ID
Batch call details
Show child attributes