# Content Export Files

{% hint style="warning" %}
This API for **Confidential Cloud Advanced** customers is planned to be released for General Availability in **May 2026**.
{% endhint %}

Symphony offers an additional API based delivery option. This provides a public API to facilitate downloading an audited CE encrypted file, utilizing a dedicated signed URL.

The API provides the following capability:

* [List all Content Export files ](/main/content-export-files/list-files.md)
* [Get the Content Export file Metadata](/main/content-export-files/get-metadata.md)
* [Download the Content Export file](/main/content-export-files/download-file.md)

The OAuth2 authentication process is detailed here:

* [OAuth2 Authenticate](/main/content-export-files/oauth2-authenticate.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://rest-api.symphony.com/main/content-export-files.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.
