---
title: "Show all ProjectStats associated with the account"
method: GET
path: "/api/v3/account/project_stats"
tags: ["account project stats"]
---

# Show all ProjectStats associated with the account

`GET /api/v3/account/project_stats`

## Headers

- `Fieldwire-Version` string, date, required

## Response `200`

Successful response

- ProjectStat[]
  - `id` integer, required — ID of the entity
  - `project_id` string, uuid, required — ID of the project this entity belongs to
  - `task_count` integer, required — Number of tasks in the project
  - `priority_1_task_count` integer, required — Number of Priority 1 tasks in the project
  - `priority_2_task_count` integer, required — Number of Priority 2 tasks in the project
  - `priority_3_task_count` integer, required — Number of Priority 3 tasks in the project
  - `sheet_count` integer, required — Number of sheets in the project
  - `user_count` integer, required — Number of users in the project
  - `created_at` string, date-time, required — Time when the server created the entity
  - `updated_at` string, date-time, required — Time when the server last updated the entity

---

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