✨ Get label distribution counts
<Card href="https://humansignal.com/goenterprise"> <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/> <p style="margin-top: 10px; font-size: 14px;"> This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise) </p> </Card> Returns counts and percentages for requested label choices, from both annotations and predictions. Supports either pagination (`limit`, `offset`) or targeted fetches via explicit `choice_keys`.Path parameters
Query parameters
Explicit choice keys to fetch, joined by "PIPE" (for example: "label___SEP___pos___PIPE___quality___SEP___4"). When provided, pagination params are ignored.
Optional JSON-encoded Data Manager Filters object (conjunction + items[]). Label Distribution accepts AND-only plans (no nested child_filters) with curated fields: filter:tasks:id, filter:tasks:inner_id, filter:tasks:data.*, filter:tasks:annotators, filter:tasks:ground_truth, filter:tasks:reviews_accepted, filter:tasks:reviews_rejected, filter:tasks:reviewed, filter:tasks:predictions_model_versions. Source-time fields (annotations_updated_at, predictions_updated_at) are not supported. An empty items list is treated as unfiltered.
Maximum number of choice keys to return for pagination. Ignored when choice_keys is provided.
Zero-based offset into the structure choice_keys list. Used only when choice_keys is not provided.
Response
Label distribution counts