latestOpenAPI 3.1.02026-08-235731,1372.9 MB
5307993e44d3
Batches
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.
post/v1/batches/list
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"
}
]
}