v5

OpenAPI 3.1.02026-08-025631,1012.8 MB
Bucket Batches

Tier-completion invariant audit

Returns the per-tier completion accounting for a batch: how many objects were submitted, how many ended up in the per-object success ledger (processed_objects), how many in the per-object failure ledger (failed_documents), how many were skipped, and how many are 'lost' (submitted but absent from both per-object ledgers).

Phase 1 of INGESTION_RELIABILITY_PLAN.md. has_lost_objects=true is a smoking gun for the row-failure-swallow class of bug — the tier was marked COMPLETED but rows silently went missing. Compare against tier_tasks[].audit (persisted at completion) to see the snapshot at the time the callback fired.

get/v1/buckets/{bucket_identifier}/batches/{batch_id}/audit

Path parameters

bucket_identifierstring required

The unique identifier of the bucket.

The unique identifier of the bucket.

batch_idstring required

The unique identifier of the batch.

The unique identifier of the batch.

Response

Successful Response

{"stackTrail":"paths:/v1/buckets/{bucket_identifier}/batches/{batch_id}/audit:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}