Get Ticket Export Job Status

GET {{baseUrl}}/ticket-exports/:exportId/status

Get the export status for a given exportId. Use the fileId provided in the response body once the export status is complete to download the file.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"meta":{"httpStatus":"\u003cstring\u003e","requestId":"\u003cstring\u003e","notice":"\u003cstring\u003e"},"result":{"status":"complete","fileId":"\u003cstring\u003e"}}