---
title: "Get dashboard data for project"
method: GET
path: "/api/projects/{id}/dashboard"
tags: ["Dashboard"]
deprecated: true
---

# Get dashboard data for project

`GET /api/projects/{id}/dashboard`

> **Deprecated.**

Get dashboard data for project, including annotations and tasks stats.

## Path parameters

- `id` integer, required

## Response `200`

Successful response returns project-related annotation statistics

- object
  - `annotated_tasks` integer — Number of annotated (completed) tasks
  - `annotations` integer — Total number of annotations
  - `remaining_tasks` integer — Total number of uncompleted tasks
  - `reviewed_tasks` integer — Number of tasks that have been reviewed by at least one reviewer
  - `skipped_tasks` integer — Number of tasks that have been skipped by at least one annotator
  - `tasks` integer — Total number of tasks

---

[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/revisions/1d13f90af57a/schema)
