# July 10, 2025 - Orchestration API - GET List and GET Stats routes

It is now possible to export data by API **for all types of CEP Orchestrations** (Campaigns, Recurring and Trigger Automations). Clients can :

* **Export a list of Orchestrations** with key information like name, creation date, and channel.
* **Export message analytics for a specific Orchestration** within a defined date range. This includes metrics such as sent, open, and click counts, with daily granularity.

[Link to the documentation.](/developer/api/cep/orchestrations.md)


---

# 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/release-notes/release-notes/july-10-2025-orchestration-api-get-list-and-get-stats-routes.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.
