POST
/
api
/
v1
/
threads
/
export
Export threads
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>"
  ]
}

Authorizations

Authorization
string
header
required

API key authentication using Bearer scheme

Body

application/json

Serializer for thread export request.

Response

The response is of type object.