# Call Personalization Batch v2 Status

{% hint style="success" %}
Replace the `{{BaseURL}}` with the one mentioned [here ](/truecaller-for-business/verified-business-api-documentation/getting-started.md)
{% endhint %}

<mark style="color:green;">`GET`</mark> `{{BaseURL}}/v2/clients/{clientAccountId}/dynamic_call_records`

{% hint style="success" %}
{clientAccountId} : This can be taken directly from the self serve portal under the Manage API Keys Page&#x20;
{% endhint %}

{% hint style="warning" %}
For Authorization Token kindly refer the[ Authentication](https://docs.truecaller.com/truecaller-for-business/verified-business-api-documentation/getting-started/authentication) section followed by [Generate Access Token](https://docs.truecaller.com/truecaller-for-business/verified-business-api-documentation/getting-started/generate-access-token) API
{% endhint %}

<figure><img src="/files/YQfofiBhcNJUZLmvTJXg" alt=""><figcaption></figcaption></figure>

**Headers**

| Name          | Value                                                            |
| ------------- | ---------------------------------------------------------------- |
| Content-Type  | <p><code>Required</code></p><p><code>application/json</code></p> |
| Authorization | <p><code>Required</code></p><p><code>Bearer \<token></code></p>  |

#### Query Parameter

| Name    | Value                                                                                    | Type   |
| ------- | ---------------------------------------------------------------------------------------- | ------ |
| batchId | <p>Required</p><p>This is received from the Create Dynamic Call Records API response</p> | string |

**Response**

{% tabs %}
{% tab title="200 OK" %}

```json
{
    "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"
        }
    ]
}
```

{% endtab %}

{% tab title="401 Unauthorized" %}

```json
{
    "slug": "authorization-error",
    "message": "please login again"
}
```

{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.truecaller.com/truecaller-for-business/verified-business-api-documentation/call-personalisation/call-personalization-batch-v2-status.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
