# Call Me Back

{% 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> `/``clients/{clientAccountId}/openapi/callback-logs/summary`

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

**Headers**

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

**Query Parameter**

| Name | Type   | Description                                   |
| ---- | ------ | --------------------------------------------- |
| from | string | <p>Required<br>Start time in milliseconds</p> |
| to   | string | <p>Required<br>End time in milliseconds</p>   |

**Response**

{% tabs %}
{% tab title="Api not working" %}

```json
API NOT WORKING
```

{% endtab %}

{% tab title="404 Not Found" %}

```json
{
    "message": "No CMB found for client Id"
}
```

{% 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/deprecated-apis/call-me-back.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.
