---
title: "Get Project Totals"
method: GET
path: "/api/v1/projects/{project_id}/totals"
tags: ["totals"]
---

# Get Project Totals

`GET /api/v1/projects/{project_id}/totals`

## Path parameters

- `project_id` string, uuid, required

## Query parameters

- `rev` string, uuid, nullable

## Response `200`

Successful Response

- TotalsResponse
  - `items` ConditionTotal[], required
    - `condition_id` string, uuid, required
    - `name` string, required
    - `unit` string, required
    - `total` string, required
    - `measurement_count` integer, required
    - `pending_count` integer

## Other responses

- `4XX` — Client Error
- `5XX` — Server Error

---

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