✨ 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

idintegerRequired

Query parameters

idsstringOptional
Filter id by in list
implicitbooleanOptional
Set to false to export direct project members only.
last_activity__gtestringOptional

Filter last_activity by greater than or equal to

last_activity__ltestringOptional

Filter last_activity by less than or equal to

orderingstringOptional

Member ordering; prefix a field with ”-” for descending order.

rolestringOptional

Multiple values may be separated by commas. (comma-separated values)

searchstringOptional
Search members by name, email, or username.
tagsstringOptional

Multiple values may be separated by commas. (comma-separated values)

user_typestringOptional

Multiple values may be separated by commas. (comma-separated values)

with_deletedbooleanOptional
Include deleted or disabled members.

Response