Get Collections Metrics Endpoint
Metrics for an explicit set of collections in one request.
Replaces the per-row GET /{collection_id}/metrics burst from the
collections list: the whole-catalog Tinybird fetch is shared across the
batch and memberships resolve concurrency-capped server-side. The id cap
is route-level only (batch internals serve the 300-collection overview)
and fits the list page’s max page size; larger sets must be chunked by
the caller.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Query Parameters
Body
Response
Successful Response
Per-collection metrics keyed by collection id. A requested id can be absent: unknown collection, membership/Typesense failure, or Tinybird not ready — clients render those blank (best-effort, like the list overlay).

