curl --request GET \
--url https://api.example.com/api/v1/batch-jobs/{batch_job_id}/failures \
--header 'Authorization: Bearer <token>'{
"data": [
{
"chunk_id": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"item_index": 123,
"reason": "<string>",
"item_identifier": "<string>"
}
],
"total_count": 123
}Retrieve paginated failures for a batch job.
curl --request GET \
--url https://api.example.com/api/v1/batch-jobs/{batch_job_id}/failures \
--header 'Authorization: Bearer <token>'{
"data": [
{
"chunk_id": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"item_index": 123,
"reason": "<string>",
"item_identifier": "<string>"
}
],
"total_count": 123
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Batch job ID
"bjch_7n42DGM5Tflk9n8mt7Fhc7"
x >= 0x >= 0