Deskhero Developer Hub
Back to deskhero.com
Exports

Create

Queues a background dump of every ticket in the workspace, with each ticket and its messages written as EML files inside one or more ZIP archives; the only supported type is EML, and the record comes back immediately with no status on it, so a successful call says nothing about whether the export will finish. One export per workspace per 7 days is allowed, there is no endpoint to poll progress, and the person who started it is emailed download links when the dump is done (the archives are removed from storage about two weeks later).

POST /api/{tenant:minlength(2)}/v{version:apiVersion}/exports
Authorisation
Minimum role: ADMIN

Request arguments

Name Type Source
inputDTO_exportBody
Request body example

Response

Status
200 (OK)
Type
DTO_export
Wrapper
DTO_response_wrap
Other statuses
400 (BadRequest), 403 (Forbidden)
Response body example
DTO_export
NameTypeReadOnlyDescription
created_byDTO_reference_userReadOnlyCreated by
last_updated_byDTO_reference_userReadOnlyLast updated by
idInt32ReadOnlyLeave empty on input
createdDateTimeReadOnlyCreated
last_updatedDateTimeReadOnlyLast updated
typeENUM export_typeType
DTO_reference_user
NameTypeReadOnlyDescription
profile_picStringReadOnlyProfile pic
emailStringReadOnlyEmail
idInt32Id
labelObjectReadOnlyLabel
ENUM export_type
ValueNameDescription
0UNKNOWNUNKNOWN
1EMLEML

Generated Aug 4, 2026 18:37