Endpoint: GET /api/mind/export/reporting_messages
Export raw message events from the reporting_messages table with optional filtering.
Exports are returned immediately while the result set stays within the synchronous limits (≤ 1,000 rows for Excel or ≤ 300,000 rows for CSV / JSON). Bigger requests are processed asynchronously and delivered via email.
JWT-based authentication
Export format. Defaults to the backend defaultDateExportFormat setting.
xlsx, csv, json The number of items to return
1 <= x <= 1000The number of items to skip
x >= 0Column used to order the result set (e.g. createdAt, ticketId).
Sort direction applied to orderByField.
asc, desc Export scheduled or returned successfully.
[
{
"ticketId": 12345,
"conversationId": 9876,
"channel": "email",
"direction": "out",
"createdAt": "2024-05-18 11:15:00"
}
]