Zum Hauptinhalt springen
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.

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Pfadparameter

key
string
erforderlich

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

Abfrageparameter

format
enum<string>

Export format. Defaults to the backend defaultDateExportFormat setting.

Verfügbare Optionen:
xlsx,
csv,
json

Antwort

Successful operation — file body or async-confirmation payload.

The response is of type object.