latestOpenAPI 3.0.32026-08-208185259.4 KB

f00047222b8f

Conversations

Export recordings

Schedule a task to have conversations matching the specified criteria emailed to you. Exports include downloadable links to audio/video of recordings plus metadata.

post/api/v1/conversations:export

Request body

add_usageboolean nullable

Whether to include usage information in export

callback_urlstring nullable

URL to which to post the completed link

email_on_completeboolean nullable

Whether to email when export is complete

endinteger nullable

End timestamp for export range (epoch milliseconds)

startinteger nullable

Start timestamp for export range (epoch milliseconds)

Example request

{
  "end": 1612051200000,
  "start": 1609459200000
}

Response

Success