✨ Export project members as CSV
✨ Export project members as CSV
<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>
Download every member of a project matching the supplied member-list filters as a CSV file. This endpoint is restricted to users who can manage project settings.
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
Filter id by in list
implicit
Set to false to export direct project members only.
last_activity__gte
Filter last_activity by greater than or equal to
last_activity__lte
Filter last_activity by less than or equal to
ordering
Member ordering; prefix a field with ”-” for descending order.
role
Multiple values may be separated by commas. (comma-separated values)
search
Search members by name, email, or username.
user_type
Multiple values may be separated by commas. (comma-separated values)
with_deleted
Include deleted or disabled members.