Check Upload Status
Task
Check Upload Status
Monitor the status of a task upload operation
GET
Check Upload Status
This endpoint checks the status of a task upload operation using the upload task ID returned from the Upload Tasks endpoint.
Headers
Your API authentication token. Value:
Token YOUR_API_KEYQuery Parameters
The upload task ID returned from Upload Tasks endpoint. Example:
427a7bfc54cf4ce483d83ba23425164bResponse Field Explanations
Upload task identifier. Example:
"427a7bfc54cf4ce483d83ba23425164b"Always “task_upload”. Example:
"task_upload"Current upload state (PENDING, PROGRESS, SUCCESS, FAILURE). Example:
"SUCCESS"Number of duplicate tasks skipped. Example:
0Number of tasks successfully inserted. Example:
8Number of invalid rows in the file. Example:
0Number of valid rows processed. Example:
8State Values
| State | Description |
|---|---|
| PENDING | Upload task is queued and waiting to start |
| PROGRESS | File is being processed |
| SUCCESS | Upload completed successfully |
| FAILURE | Upload failed due to an error |
Check meta.invalid to identify how many rows had issues. Review your CSV format if this number is high.
Code Examples
Response
200
202
404