v1
latestOpenAPI 3.1.02026-07-2458221215.8 KBConversation Exports
Create a conversation export
Creates a conversation export job
post/conversations/{conversationId}/export
Path parameters
conversationIdstring required
Public ID of the conversation.
Request body
Example request
{
"start": "2022-03-10T16:15:50Z",
"end": "2022-03-10T16:15:50Z"
}Response
OK
Example response
{
"start": "2022-03-10T16:15:50Z",
"end": "2022-03-10T16:15:50Z",
"link": {
"valid_until": "2022-03-10T16:15:50Z"
}
}