Create Asynchronous Export Job
Initiates an asynchronous job to export chat data (chats, messages, or all) in JSON or CSV format for the user's organization.
POST
/api/v1/exports
curl \
--request POST 'http://api.example.com/api/v1/exports' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"format":"json","type":"chats"}'
Request examples
{
"format": "json",
"type": "chats"
}
Response examples (202)
{}
Response examples (400)
{
"additionalProperty1": "string",
"additionalProperty2": "string"
}
Response examples (401)
{
"additionalProperty1": "string",
"additionalProperty2": "string"
}
Response examples (500)
{
"additionalProperty1": "string",
"additionalProperty2": "string"
}