List all projects
Return a list of the projects within your organization.
To perform most tasks with the Label Studio API, you must specify the project ID, sometimes referred to as the pk
. The project ID can be found in the URL when viewing the project in Label Studio, or you can retrieve all project IDs using this API call.
To retrieve a list of your Label Studio projects, update the following command to match your own environment. Replace the domain name, port, and authorization token, then run the following from the command line:
Headers
Authorization
Header authentication of the form Token <token>
Query parameters
ordering
Which field to use when ordering the results.
ids
ids
title
title
page
A page number within the paginated result set.
page_size
Number of results to return per page.
workspaces
workspaces
Response
count
results
next
previous