Skip to main content
GET
/
export
/
{key}
Generic export by key
curl --request GET \
  --url https://demo.enneo.ai/api/mind/export/{key} \
  --header 'Authorization: Bearer <token>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT-based authentication

Path Parameters

key
string
required

Export key — identifies the dataset and column projection to export.

Query Parameters

format
enum<string>

Export format. Defaults to the backend defaultDateExportFormat setting.

Available options:
xlsx,
csv,
json

Response

Successful operation — file body or async-confirmation payload.

The response is of type object.