✨ Get paginated member performance rows

<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> Paginated, sortable member performance rows for annotation/review tables. Guarded by <code>fflag_feat_lse_project_dashboards_v3_members_short</code>.

Authentication

AuthorizationToken
The token (or API key) must be passed as a request header. You can find your user token on the User Account page in Label Studio. Example: <br><pre><code class="language-bash">curl https://label-studio-host/api/projects -H "Authorization: Token [your-token]"</code></pre>

Path parameters

idintegerRequired

Query parameters

idsstringOptional

Comma-separated participant IDs: numeric user IDs and/or synthetic members as model:<version> (annotations table only). When omitted, members and distinct model versions are derived from the project.

orderingstringOptional

Sort field; prefix with ”-” for descending (e.g. “-finished”).

pageintegerOptional

1-based page index.

page_sizeintegerOptional

Page size (1–100).

tableenumOptional

Which table to load: “annotations” or “reviews”.

Allowed values:

Response

Member performance rows for one page (footer totals: member_performance_summary).

countinteger
pageinteger
page_sizeinteger
resultslist of maps from strings to any

Errors

404
Not Found Error