v1

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

startstring date-time nullable

The start time of the export range

endstring date-time nullable

The end time of the export range

Example request

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

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"
  }
}