Run multiple list-documents queries concurrently.
Execute up to 10 POST /v1/documents/list queries in parallel against the
same namespace and return their responses together.
Collapses dossier / multi-collection N+1 fan-outs into one round-trip. Each
sub-query is independent; a failure in one does not fail the batch — the
failing entry’s response is null and error carries a short message.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Batch-execute multiple namespace-scoped list-documents queries in parallel.
Intended to collapse dossier / multi-collection UI N+1 patterns into one
round-trip. Canvas pages that fan out 5–10 parallel list_documents
calls (e.g., scene counts + face clusters + scene archetypes filtered by
the same brand_slug) should bundle them here instead.
Queries to execute concurrently against the same namespace.
1 - 10 elementsResponse
Successful Response
Response for POST /v1/documents/list/batch.
One entry per input query, in the same order as requested.

