The Export object
Asynchronous conversation exports.
Attributes
idUUIDRequiredUnique ID of the export.
statusqueued, running, ready, failedRequiredProgress of the export.
created_attimestampRequiredWhen the export was requested.
download_urlURL or nullShort-lived download URL
Endpoints
| Method | Path | Endpoint |
|---|---|---|
| POST | /conversations/{conversationId}/exports | Export a conversation |
| GET | /exports/{exportId} | Retrieve an export |
Last updated on