cURL
curl --request POST \ --url https://api.camelai.com/api/v1/threads/export \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "start_date": "2023-12-25", "end_date": "2023-12-25" }'
{ "export_metadata": {}, "threads": [ "<any>" ] }
Export all threads and their messages for the organization within a date range. Returns data as JSON without pagination.
API key authentication using Bearer scheme
Serializer for thread export request.
The response is of type object.
object
Was this page helpful?