Call Personalization Batch v2 Status

Each record indicates whether the record was successfully pushed or not.

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

Headers

Name
Value

Content-Type

Required

application/json

Authorization

Required

Bearer <token>

Query Parameter

Name
Value
Type

batchId

Required

This is received from the Create Dynamic Call Records API response

string

Response

{
    "client_account_id": "91c173bb-28d8-4030-9722-8663ff9589f3",
    "batch_id": "0ca10281-11a0-4f86-bb27-7452da543cb6",
    "data": [
        {
            "id": "c458227a-a730-4ced-81b4-19c21ea8d97c",
            "caller_number": "************",
            "receiver_number": "************",
            "label_id": "c6d86658-008d-4c08-98fb-2bf2649d59a5",
            "dynamic_label_name": "Centro Bank KYC Department",
            "dynamic_call_reason": "Calling you for KYC Verification",
            "starts_at": 1753246858000,
            "ends_at": 1753362058000,
            "status_info": {
                "status": "success"
            },
            "created_at": "2025-07-23T09:07:32.21Z"
        }
    ]
}

Last updated

Was this helpful?