This endpoint allows you to visualize the status of the data ingestion. The API uses the standard HTTP GET method to retrieve a request job status. To identify the file to download, you must use the job_id obtained in response to an Ingest request.
For example:
{
"job_id": "12345ab1-a1b2-1ab2-ab12-1234567a8b9c",
"message": "Your request has been processed with warnings so 2 rows have been appended and 1 rows could
not be appended."
}
Depending on the result of the data load, one of the following statuses will be returned:
Status | Description |
Ok | The ingest has been processed correctly. |
Warning | There is data that has been processed correctly and data with errors. |
Invalid | No data has been processed correctly. |
Processing | The data has not yet been fully processed. |
Pending | The data has not started to be processed |
Endpoint response
Code | Description |
200 | Success |
401 | Unauthorized |
404 | Not found |
500 | Unexpected error |