Enneo

Export

Generic export by key

GET /export/{key}

GET /export/{key}

Dispatches to the per-key export handler that matches key. Use this endpoint for keys that don't have a dedicated path on this page (e.g. reporting_tickets, reporting_messages, reporting_worklog, survey). The accepted query parameters and response shape depend on the chosen key — see the dedicated schema blocks (exportReportingTickets, exportReportingMessages, exportReportingWorklog, exportSurveyResponses) in endpoints/export.yaml for the per-key contract.

Large result sets are queued asynchronously and delivered to the current user's email; small sets stream the file in the response body.

Path parameters

keystringpathrequired

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

Query parameters

formatenumquery

Export format. Defaults to the backend defaultDateExportFormat setting.

Responses

200 — Successful operation — file body or async-confirmation payload.

400 — Unknown or invalid export key.

403 — Unauthorized.

500 — Internal error.