# Batch Status

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

<mark style="color:green;">`GET`</mark> `{{BaseURL}}/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 %}

#### Query Parameter

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

**Headers**

| Name          | Value                                              |
| ------------- | -------------------------------------------------- |
| Authorization | <p>Required</p><p><code>Bearer \<token></code></p> |

**Response**

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

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

{% endtab %}

{% tab title="500 Internal Server Error" %}

```json
{
    "slug": "internal-server-error",
    "message": "500/50011 - Failed to parse token"
}
```

{% endtab %}
{% endtabs %}
