---
title: "✨ Get Project Subset Task List with Predictions and Accuracy details"
method: GET
path: "/api/projects/{project_pk}/subset-tasks"
tags: ["Projects"]
---

# ✨ Get Project Subset Task List with Predictions and Accuracy details

`GET /api/projects/{project_pk}/subset-tasks`

<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

- `project_pk` integer, required

## Query parameters

- `alignment_class` string
- `alignment_from_name` string
- `alignment_outcome` 'all' | 'false_negative' | 'false_positive' | 'true_positive'
- `include_total` boolean
- `model_run` integer
- `model_version` integer
- `ordering` string
- `output_class` string
- `output_from_name` string
- `page` integer
- `page_size` integer
- `parent_model` integer
- `prediction_version_ids` string
- `project_subset` string

## Response `200`

- PaginatedProjectSubsetTasksResponseList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` ProjectSubsetTasksResponse[], required
    - `next_cursor` string, nullable
    - `previous_cursor` string, nullable
    - `task_count` integer — Present only when include_total=true
    - `task_result_list` ProjectSubsetTaskItem[], required
      - `data` object, required
      - `error` object
      - `ground_truth` object
      - `id` integer
      - `prediction` object
      - `score` number, double, nullable

## Other responses

- `400` — Bad request - missing parent_model

---

[API](https://skmtc.net/humansignal/apis/label-studio-api.md) · [All operations](https://skmtc.net/humansignal/apis/label-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humansignal/label-studio-api/versions/1b113b8df950/schema)
