> For the complete documentation index, see [llms.txt](https://docs.bird.com/connectivity-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/connectivity-platform/inbox-reporting/download-reports-in-csv-format.md).

# Download reports in CSV format

If you’re an Inbox admin, you can quickly download your Inbox reports in CSV format.

Here are the reports that you can download:

* Agent board
* Created tickets
* Resolved tickets
* Average response time
* Average resolution time

### Download a report

To download the report that you want, follow these steps:

1. Login to [Inbox](https://inbox.messagebird.com/) and navigate to Settings.
2. Go to the Overview report, then click on the [Stats tab](https://inbox.messagebird.com/manager/overview-report/stats).
3. Scroll down to find the report that you want to download in CSV format.
4. Apply any filters to the data. The filters that you apply here will also be applied to the CSV file when you download it.
5. Click the Download CSV icon on the right-hand side of the chart to start the download.<br>

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

   <br>

#### Agent board report format

| **Agent name** | **Tickets accepted** | **Tickets resolved** | **Average response time** | **Average response time in seconds** | **Average resolution time** | **Average resolution time in seconds** |
| -------------- | -------------------- | -------------------- | ------------------------- | ------------------------------------ | --------------------------- | -------------------------------------- |
| John Doe       | 100                  | 80                   | 1h 30m                    | 5400                                 | 2h 30m                      | 9000                                   |

&#x20;

#### Created tickets report format

| **Timestamp**                 | **Tickets created** |
| ----------------------------- | ------------------- |
| 2020-11-26 23:00:00 +0000 UTC | 100                 |

&#x20;

#### Resolved tickets report format

| **Timestamp**                 | **Resolved created** |
| ----------------------------- | -------------------- |
| 2020-11-26 23:00:00 +0000 UTC | 80                   |

&#x20;

#### Average response time report format

| **Timestamp**                 | **Average Response Time** | **Average Response Time (In Seconds)** |
| ----------------------------- | ------------------------- | -------------------------------------- |
| 2020-11-26 23:00:00 +0000 UTC | 1h 30m                    | 5400                                   |

&#x20;

#### Average resolution time report format

| **Timestamp**                 | **Average Resolution Time** | **Average Resolution Time (In Seconds)** |
| ----------------------------- | --------------------------- | ---------------------------------------- |
| 2020-11-26 23:00:00 +0000 UTC | 2h 30m                      | 9000                                     |

&#x20;


---

# 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:

```
GET https://docs.bird.com/connectivity-platform/inbox-reporting/download-reports-in-csv-format.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.
