Projects
✨ Get Project Subset Task List with Predictions and Accuracy details
<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> Provides list of tasks, based on project subset. Includes predictions for tasks. For the 'HasGT' subset, accuracy metrics will also be provided.
get/api/projects/{project_pk}/subset-tasks
Path parameters
project_pkinteger required
Query parameters
include_totalboolean
If true (default), includes task_count in response; if false, omits it.
model_runinteger
A unique ID of a ModelRun
orderingstring
Which field to use when ordering the results.
pageinteger
A page number within the paginated result set.
page_sizeinteger
Number of results to return per page.
parent_modelinteger
The ID of the parent model (ModelInterface) for this Inference Run
project_subsetstring
The project subset to retrieve tasks for
Response
Example response
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2"
}