Batch 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"
}
]
}Changes
Changed in 2 of the 54 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 274 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲