Uploading Status
Check the processing status of a file upload
Polling Strategy
status is QUEUED or PROCESSING. Stop polling once the status reaches a terminal state (COMPLETED, COMPLETED_WITH_FAILURES, FAILED, or CANCELLED) or a paused state (NEEDS_CLARIFICATION).QUEUED
PROCESSING
Terminal state reached
COMPLETED, COMPLETED_WITH_FAILURES, FAILED, or CANCELLED. The status NEEDS_CLARIFICATION means processing is paused awaiting user input. Stop polling and inspect the response.Status Values
Response Shape
Response Fields
Error Object
Each entry in theerrors array describes a single row failure:
Example Responses
In Progress
Completed With Failures
Error Scenarios
Upload Not Found (404)
Returned whenuploadId doesnβt exist or belongs to a different upstream entity.
Unauthorized (401)
Missing or invalid authentication token. See Authentication.Path Parameters
ID of the upload request returned by POST /policies/upload
"6650a1b2c3d4e5f6a7b8c9d0"
Response
Upload processing status with record counts and errors
ID of the upload request
"6650a1b2c3d4e5f6a7b8c9d0"
Current processing status
QUEUED, PROCESSING, COMPLETED, COMPLETED_WITH_FAILURES, NEEDS_CLARIFICATION, CANCELLED, FAILED "COMPLETED"
Total number of data rows in the uploaded file
1000
Number of new policies created
851
Number of existing policies updated (duplicate policyNumber re-uploads)
149
Number of rows that failed processing
0
Details about individual row failures
ISO 8601 timestamp when the upload was initiated
"2025-01-15T10:30:00.000Z"
ISO 8601 timestamp of the last status update
"2025-01-15T10:31:45.000Z"