threads
Export threads
Export all threads and their messages for the organization within a date range. Returns data as JSON without pagination.
POST
/api/v1/threads/export
Headers
Authorizationrequiredany - API key authentication using Bearer scheme
Request Body
start_daterequiredstring<date> - Start date for export range (YYYY-MM-DD)
end_daterequiredstring<date> - End date for export range (YYYY-MM-DD)
Response
export_metadatarequiredobject - Metadata about the export
threadsrequiredarray - List of threads with messages
