---
title: "Get project state"
method: GET
path: "/api/dm/project/"
tags: ["Data Manager"]
---

# Get project state

`GET /api/dm/project/`

Retrieve the project state for the data manager.

## Response `200`

- LseProjectStateResponse
  - `annotation_count` integer, required
  - `can_delete_tasks` boolean, required
  - `can_manage_annotations` boolean, required
  - `can_manage_tasks` boolean, required
  - `config_has_control_tags` boolean, required
  - `source_syncing` boolean, required
  - `target_syncing` boolean, required
  - `task_count` integer, required

---

[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)
