Skip to main content
GET
/
batch-calls
/
{batch_call_id}
Get Batch Call
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"
  }
}

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header: Bearer <your_api_key>

Path Parameters

batch_call_id
string
required

Batch call ID

Response

Batch call details

data
object
required
meta
object
required