> For the complete documentation index, see [llms.txt](https://help.sipgate.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sipgate.de/contact-center/en/analyse-und-reporting.md).

# Analysis and reporting

#### How do I use the analytics reports? <a href="#docs-internal-guid-0c3300e3-7fff-30de-bd0c-bed1535f2309" id="docs-internal-guid-0c3300e3-7fff-30de-bd0c-bed1535f2309"></a>

The analytics show the historical performance of the Contact Center channel. The evaluable period ranges from the previous day to the channel’s creation date.

Access: In the sipgate account, navigate to Contact Center ➔ Analytics.

You can find a detailed list of all analytics data in our [KPI glossary](https://help.sipgate.de/contact-center/kpi-glossar).

The analytics are divided into three tabs:

Tab: Call volume Visualization of incoming and outgoing call volume in the selected period, broken down by answered, missed, and outgoing calls. Heatmaps by time of day and day of week make peak loads visible. A separate area shows calls outside service hours.

**Incoming**

The inbound analysis shows the development of incoming call volume over the selected period. It displays answered, missed, and total incoming calls as well as the reachability rate over time — as line and bar charts and as a heatmap by time of day and day of week. This makes it easy to identify peak loads and weak points at a glance.

Detailed analysis of missed calls

Missed calls are broken down by hang-up reason (timeout, caller hung up, no agents available) and are also visualized as a heatmap by time of day and day of week. The average time until hang-up provides additional insight into callers’ patience and helps calibrate the maximum waiting time.

Calls outside service hours

A separate area shows the call volume outside the configured opening hours — as a basis for deciding whether and to what extent the use of an AI agent makes sense.

Service level analysis

The service level analysis shows the development of the key reachability metrics over the selected period: calls answered within a defined time, average answer and waiting times, and a direct comparison with the configured target values. This makes it easy to see at a glance whether SLAs are being met consistently or whether there is a structural need for action.

**Outgoing**

Outbound analysis

The outbound analysis provides an overview of the team’s outgoing call activity: total number of outgoing calls, reached and unreached contacts, and the resulting contact rate. A time distribution by hour and day of week (heatmap) shows when outgoing calls are most successful.

**Tab team performance**: The historical performance view enables a customized analysis of team performance over the selected period. For each agent, metrics such as logged-in time, number and duration of answered and outgoing calls, and after-call work times are shown. In addition, the distribution of agent statuses throughout the day is displayed to identify differences in workload and optimization potential within the team.

**Tab Call data:** Tabular detailed view of all calls in the selected period

Select period: Choose the desired period using the date filter at the top right. Predefined options (e.g. last 30 days) as well as custom periods are available.

#### How do I export call data? <a href="#docs-internal-guid-8c4b40f6-7fff-31cb-d420-c506ddf2af23" id="docs-internal-guid-8c4b40f6-7fff-31cb-d420-c506ddf2af23"></a>

The Call data tab contains a complete tabular overview of all calls in the selected period and can be exported as raw data.

Incoming calls — available columns:

| Column               | Content                          |
| -------------------- | -------------------------------- |
| Date / time          | Time of the call                 |
| Phone number         | Caller’s phone number            |
| Agent                | Handling agent                   |
| Received on          | Channel phone number             |
| Waiting time         | Time until the call was answered |
| Call duration        | Duration of the call             |
| After-call work time | Duration of after-call work      |
| Processing time      | Total processing time            |
| Result               | Answered / Missed                |

Outgoing calls — available columns:

| Column              | Content               |
| ------------------- | --------------------- |
| Date / time         | Time of the call      |
| Phone number        | Dialed phone number   |
| Agent               | Executing agent       |
| Sender phone number | Used sender number    |
| Ringing time        | Time until answered   |
| Call duration       | Duration of the call  |
| Result              | Reached / Not reached |

Export: The data can be exported via the download icon at the top right in the call data tab.

Note: Calls with a ringing duration under 3 seconds (speed dialers) are not included in the reports.


---

# 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://help.sipgate.de/contact-center/en/analyse-und-reporting.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.
