Generic export by 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.
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
JWT-based authentication
Path Parameters
Export key — identifies the dataset and column projection to export.
Query Parameters
Export format. Defaults to the backend defaultDateExportFormat setting.
xlsx, csv, json Response
Successful operation — file body or async-confirmation payload.
The response is of type object.