v1
latestOpenAPI 3.1.0AGPL-3.0-only2026-07-1773264353.7 KBBatch Jobs
List batch job failures
Retrieve paginated failures for a batch job.
get/api/v1/batch-jobs/{batch_job_id}/failures
Path parameters
batch_job_idstring MeteroidId required
Example:bjob_7n42DGM5Tflk9n8mt7Fhc7
Batch job ID
Query parameters
chunk_idstring MeteroidId
Example:bjch_7n42DGM5Tflk9n8mt7Fhc7
limitinteger
offsetinteger
Response
List of failures
Example response
{
"data": [
{
"chunk_id": "bjch_7n42DGM5Tflk9n8mt7Fhc7"
}
]
}