← Tools Reference

Label Studio

Label Studio integration (AI, Data). Imported from open-connector.

API key5 tools{base_url}
GET
label_studio_get_current_user
Retrieve the Label Studio user associated with the connected API key.

/api/current-user/whoami

GET
label_studio_list_projects
List Label Studio projects visible to the connected API key.

/api/projects/

12 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe page number within the paginated result set.
pageSizeintegeroptionalThe number of results to return per page.
archivedbooleanoptionalWhether to return projects that belong to archived workspaces.
filterstringoptionalThe pinned project filter.
idsstringoptionalComma-separated project IDs to include.
includestringoptionalComma-separated count fields to include in the response.
membersLimitintegeroptionalThe maximum number of project members to return.
orderingstringoptionalThe project ordering expression.
searchstringoptionalA search term for project title and description.
statestringoptionalThe project state to filter by.
titlestringoptionalA case-insensitive project title substring to filter by.
workspaceintegeroptionalThe workspace ID to filter by.
GET
label_studio_get_project
Retrieve one Label Studio project by ID.

/api/projects/{projectId}/

2 parameters
ParamTypeRequiredDescription
projectIdintegerrequiredThe Label Studio project ID.
membersLimitintegeroptionalThe maximum number of project members to return.
GET
label_studio_list_tasks
List Label Studio tasks, optionally filtered by project and Data Manager query.

/api/tasks/

11 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe page number within the paginated result set.
pageSizeintegeroptionalThe number of results to return per page.
fieldsstringoptionalThe task field detail mode.
includestringoptionalComma-separated task fields to include.
onlyAnnotatedbooleanoptionalWhether to return only tasks that have annotations.
projectintegeroptionalThe Label Studio project ID.
querystringoptionalA JSON-encoded Label Studio Data Manager query.
resolveUribooleanoptionalWhether to resolve task data URIs using cloud storage.
reviewbooleanoptionalWhether to return tasks for review.
selectedItemsstringoptionalA JSON string of selected task IDs for review workflow.
viewintegeroptionalThe Label Studio view ID.
POST
label_studio_create_task
Create one Label Studio task from JSON task data.

/api/tasks/

3 parameters
ParamTypeRequiredDescription
projectintegeroptionalThe Label Studio project ID.
dataobjectrequiredThe task data object formatted for the project label config.
metaobjectoptional