✨ Get paginated member performance rows
✨ 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
id
Query parameters
ids
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.
ordering
Sort field; prefix with ”-” for descending (e.g. “-finished”).
page
1-based page index.
page_size
Page size (1–100).
table
Which table to load: “annotations” or “reviews”.
Allowed values:
Response
Member performance rows for one page (footer totals: member_performance_summary).
count
page
page_size
results
Errors
404
Not Found Error