# Логи Twilio

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

## Получаем все логи звонков из Twilio.

{% hint style="info" %}
**Start date:** В этом блоке нужно выбрать за какой день получить логи.
{% endhint %}

***

Полученные и отображенные логи дают нам следующую информацию:

**To** - Номер телефона кому звонят

**From** - Номер телефона звонящего&#x20;

**Type** - Тип звонка&#x20;

**Registred in Twilio** - Дата регистрации звонка в системе&#x20;

**Twilio Call started** - Начало звонка, когда у клиента начался дозвон и он слышит гудки или установленную музыку\голосовое сообщение

**Call number -** это номер лога(Сделано для удобства нахождения нужного лога)&#x20;

**Call id -** это индификатор лога Twilio(иначе sid) по нему мы получаем подробные логи CallCenter24&#x20;

**Duration** - Время всего звонка от начала до конца.


---

# 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://emcsoft.gitbook.io/emcsoft/zhurnalirovanie/journal-twilio.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.
