cURL
curl --request GET \ --url https://api.bundle.social/api/v1/post-csv-import/{importId}/status \ --header 'x-api-key: <api-key>'
{ "id": "<string>", "status": "PENDING", "totalRows": 123, "processedRows": 123, "successRows": 123, "failedRows": 123, "updatedAt": "2023-11-07T05:31:56Z", "error": "<string>", "startedAt": "2023-11-07T05:31:56Z", "completedAt": "2023-11-07T05:31:56Z" }
200
PENDING
PROCESSING
COMPLETED
COMPLETED_WITH_ERRORS
FAILED
RATE_LIMITED
Was this page helpful?