Get Import Progress

GET {{baseUrl}}/surveys/:surveyId/import-responses/:importProgressId

Retrieves the status of an import. See the Response Import/Export API Overview for more detail on how to use this endpoint within an import workflow.

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

HEADERS

KeyDatatypeRequiredDescription
Idempotency-KeynullIn order to make a request to import a batch of responses idempotent, pass a UUID in this header. Repeated requests with the same Idempotency-Key and the same file will not create duplicate responses.
Acceptstring

RESPONSES

status: OK

{"meta":{"requestId":"\u003cstring\u003e","httpStatus":"\u003cstring\u003e","notice":"\u003cstring\u003e","error":{"errorCode":"\u003cstring\u003e","errorMessage":"\u003cstring\u003e"}},"result":{"status":"failed","percentComplete":"\u003cdouble\u003e"}}