List All Batches
List batches across the organization. The X-Namespace header narrows the list to that namespace, exactly like every other namespaced endpoint; omit it for the org-wide view. namespace_id in the request body also works (and wins ties when it agrees with the header; a conflicting header + body is a 400). Other body filters: status, bucket_id, collection_id.
Request body
Response
Successful Response
Example response
{
"results": [
{
"batch_id": "btch_simple_001",
"bucket_id": "bkt_videos",
"collection_ids": [
"col_chunks"
],
"dag_tiers": [
[
"col_chunks"
]
],
"description": "Simple single-tier batch (DRAFT)",
"metadata": {
"campaign_id": "Q4_2025"
},
"object_ids": [
"obj_video_001",
"obj_video_002"
],
"status": "DRAFT",
"tier_tasks": [],
"total_tiers": 1,
"type": "BUCKET"
}
]
}Changes
Changed in 9 of the 33 revisions of this API.415
- ●
added the new
mvs_durabilityenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
- ○
added the optional property
//////to the response with the statusresponse-optional-property-added
- ○
- ○
added the optional property
////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////to the response with the statusresponse-optional-property-added
- ○
- ○
the endpoint scheme security
BearerAuthwas added to the APIapi-security-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the new optional request property
new-optional-request-property
- ○
- ●
added the new
DEACTIVATEDenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
DEACTIVATEDenum value to the//////response property for the response statusresponse-property-enum-value-added
- ●
added the new
DEACTIVATEDenum value to the////response property for the response statusresponse-property-enum-value-added
- ○
added the new
DEACTIVATEDenum value to the request property/request-property-enum-value-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ●
- ○
added the optional property
////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////to the response with the statusresponse-optional-property-added
- ○
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○