# Exports

If you want to export your entire profile based or segments, the export request has to be done via the Profiles API, see this section to know more: [Profiles](/developer/api/cep/profiles.md#exporting-profiles).

The Exports API allows you to list exports requested, view them and finally retrieve export files.&#x20;

{% content-ref url="/pages/xcEpKfPAyNPXhfdngTHp" %}
[List export requests](/developer/api/cep/exports/list.md)
{% endcontent-ref %}

{% content-ref url="/pages/AJca32lcqbTADilH5del" %}
[View export request](/developer/api/cep/exports/view.md)
{% endcontent-ref %}

{% content-ref url="/pages/VL3qEoxSp7FCEIRIuf1y" %}
[Download export file](/developer/api/cep/exports/download.md)
{% endcontent-ref %}


---

# 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://doc.batch.com/developer/api/cep/exports.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.
