✨ 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.
Path parameters
Query parameters
Only include tasks whose prediction/reference alignment includes this class.
When alignment_class is set, limit matching to this output control tag.
Alignment outcome to drill into. Defaults to all TP, FP, and FN outcomes.
If true (default), includes task_count in response; if false, omits it.
A unique ID of a ModelRun
Restrict prefetched predictions to this specific prompt version. Used with parent_model when no model_run is selected so a newly created version does not inherit predictions from prior versions.
Which field to use when ordering the results.
Only include tasks whose prediction contains this output class.
When output_class is set, limit matching to this output control tag.
A page number within the paginated result set.
Number of results to return per page.
The ID of the parent model (ModelInterface) for this Inference Run
Comma-separated model version IDs. Only include tasks that have predictions for every listed version.
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"
}