> For the complete documentation index, see [llms.txt](https://docs.klink.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.klink.cloud/dashboard-and-reports/reporting/cdr.md).

# CDR

**CDR parameters**

A CDR contains the following information:

* **Time**: When the call was made or received.
* **Call From**: The number or the name of the caller.
* **Call To**: The number or the name of the callee.
* **Call Duration**: The time between the call started and the call ended.
* **Ring Duration**: The time between the call started and the call answered.
* **Talk Duration**: The time between the call answered and the call ended.

**Status**: This indicates the outcome of the call, which can be one of the following:

* **ANSWERED**: The call was completed successfully.
* **NO ANSWER**: The call was not answered.
* **BUSY**: The receiver was busy.
* **FAILED**: The call attempt failed.
* **VOICEMAIL**: The call was redirected to voicemail.

![](https://prod-files-secure.s3.us-west-2.amazonaws.com/7af79dc0-fc8e-4f26-bc09-19a95ea7e860/663ad0ba-c6c9-4ecd-8dac-a370f94fd56b/Screen_Shot_2023-12-19_at_8.31.53_PM.png)

<figure><img src="/files/V91H24LIBXhj8u9O9vVm" alt=""><figcaption><p>Call Details Records (CDR) Table</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.klink.cloud/dashboard-and-reports/reporting/cdr.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
