This endpoint allows you to know the exact details of why the data of an ingestion has been quarantined. To do so, you have to use the job_id obtained in the response of the ingestion.
If the provided jobs don’t have any rows in quarantine, the response will be an empty array.
Otherwise the response will look similar to the one on this example below:
{
"network": "00000000-0000-0000-0000-000000000000",
"job_id": "12345ab1-a1b2-1ab2-ab12-1234567a8b9c",
"job_status": "invalid",
"message": "Your request have been processed with errors so no rows have been appended.",
"errors": ["value 'undefined' on column 'value' is not Float32"],
"insertion_date": "2022-08-22 11:45:30"
}
Endpoint response
Code | Description |
200 | Success |
401 | Unauthorized |
404 | Not found |
500 | Unexpected error |
Still have questions? Visit our FAQs