🚫Batch Status

Fetch status of records for Batch-ID returned in the Bulk Call Personalisation API.

GET {{BaseURL}}/clients/{clientAccountId}/dynamic_call_records

Query Parameter

Name
Value

batchId

Required

This is received from the Create Dynamic Call Records API response

Headers

Name
Value

Authorization

Required

Bearer <token>

Response

[
    {
        "id": "3ce1e19f-182d-4f04-ae28-422ca9f0bcd4",
        "client_account_id": "91c173bb-28d8-4030-9722-8663ff9589f3",
        "batch_id": "c951e498-abf3-4e50-ba94-a8065ca743f4",
        "caller": "************",
        "receiver": "************",
        "label_id": "c6d86658-008d-4c08-98fb-2bf2649d59a5",
        "label_name": "Flower",
        "call_reason": "Flower Delivery",
        "starts_at": 1752760800000,
        "ends_at": 1752868800000,
        "status": "success",
        "created_at": "2025-07-17T08:52:55.383Z"
    }
]

Last updated

Was this helpful?