---
title: "Get number of watched tasks, tasks per floorplan, and tasks per team"
method: GET
path: "/api/v3/projects/{project_id}/tasks/counts"
tags: ["tasks"]
---

# Get number of watched tasks, tasks per floorplan, and tasks per team

`GET /api/v3/projects/{project_id}/tasks/counts`

## Path parameters

- `project_id` string, uuid, required

## Query parameters

- `min_verified_at` string, date-time

## Headers

- `Fieldwire-Version` string, date, required

## Response `200`

Successful response

- TasksCountsResponse — Response schema for tasks counts
  - `current_user_floorplan_groups` object[], required — Count of tasks belonging on plans
    - `count` integer, nullable, required — Count of tasks on the floorplan
    - `floorplan_id` string, uuid, nullable, required — ID of a floorplan
  - `team_floorplan_groups` object[], required — Count of tasks belonging on plans grouped by teams
    - `count` integer, required — Count of tasks on the floorplan for this team
    - `floorplan_id` string, uuid, nullable, required — ID of the floorplan
    - `team_id` string, uuid, nullable, required — ID of the team
  - `watched_floorplan_groups` object[], required — Count of tasks belonging on plans
    - `count` integer, nullable, required — Count of tasks watched by the user on the floorplan
    - `floorplan_id` string, uuid, nullable, required — ID of a floorplan
  - `watched` integer, required — Number of tasks watched by the user

---

[API](https://skmtc.dev/fieldwire/apis/fieldwire-super-api.md) · [All operations](https://skmtc.dev/fieldwire/apis/fieldwire-super-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fieldwire/fieldwire-super-api/revisions/66ee1c20b92d/schema)
