v1
latestOpenAPI 3.1.02026-07-2458221215.8 KBConversation Exports
Get a conversation export
Retrieve an export of a conversation.
get/conversations/{conversationId}/export/{conversationExportId}
Path parameters
conversationExportIdstring required
Public ID of the conversation export.
conversationIdstring required
Public ID of the conversation.
Response
OK
Example response
{
"start": "2022-03-10T16:15:50Z",
"end": "2022-03-10T16:15:50Z",
"link": {
"valid_until": "2022-03-10T16:15:50Z"
}
}