Skip to main content
GET
/
batch-calls
/
{batch_call_id}
/
contacts
List Batch Call Contacts
curl --request GET \
  --url https://api.truedy.ai/api/public/v1/batch-calls/{batch_call_id}/contacts
{}

Path Parameters

batch_call_id
string
required

Query Parameters

status
string | null

Filter by contact status: pending, scheduled, completed, failed

limit
integer
default:50
Required range: 1 <= x <= 200
offset
integer
default:0
Required range: x >= 0

Response

List of batch call contacts

The response is of type object.