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
Key | Datatype | Required | Description |
---|---|---|---|
Idempotency-Key | null | In 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. | |
Accept | string |
RESPONSES
status: OK
{"result":{"percentComplete":100,"status":"complete"},"meta":{"requestId":"900df19-75fd-479d-b4c2-6fd1f4b7b3e0"}}