v1

latestOpenAPI 3.1.02026-07-2458221215.8 KB
Conversation 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

idstring

The ID of the conversation export

startstring date-time
endstring date-time
status'pending' | 'done' | 'failed'

Example response

{
  "start": "2022-03-10T16:15:50Z",
  "end": "2022-03-10T16:15:50Z",
  "link": {
    "valid_until": "2022-03-10T16:15:50Z"
  }
}