# Export API

{% hint style="info" %}
This feature is only available with the **Enterprise** plan
{% endhint %}

We provide ability for you to export conversations and messages for internal analytics, GDPR or storage purposes at your premises.

The Export API consists of two endpoints:

* Conversations&#x20;
  * Conversation data along with metadata and parameters
* Messages
  * Individual messages exchanged between customers, agents and chatbot

### Usage Limitations

The API is accessing data from our archive and storage. To ensure a smooth experience we enforce the following limitations:

#### Rate Limit

The API is limited to 3 requests / per second per endpoint.

#### Page Size&#x20;

Exports utilize a cursor based iteration. Each call is limited to 1000 records that can be exported.&#x20;

### API access token

You will need your API access token to export the data. Your account access token can be found in the dashboard and is only accessible to the site admin.

You will find this under **Account** > **API**&#x20;

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


---

# 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.deepconverse.com/product-docs/analytics/export-api.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.
