Get Export Progress

GET {{baseUrl}}/imported-data-projects/:idpSourceId/exports/:jobId

Retrieves the status of a export for the given jobId. Please note you will find the jobId in the Export POST response in the jobId field.

If you receive a status of failed, record your requestId and try your export again. Contact support with your requestId and date and time of the call to troubleshoot.

Before calling this API, make sure your jobId is not null.

You could end up in an infinite loop if you don't code this properly. Please check for null before making this call. Also check for a 404 response and stop polling if you receive one.

percentComplete Field

Please note the percentComplete field is a convenience field. You cannot download the file until the status field indicates complete - which is also when you'll receive a fileid.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

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