---
title: "Get report stats for the current staff member"
method: GET
path: "/Report/Stats"
tags: ["Report"]
---

# Get report stats for the current staff member

`GET /Report/Stats`

**Requires permission:** *StaffMember*

Returns the count of the current staff member's report entries that are open and due to publish (Total), and how many of those are complete (Completed).

## Response `200`

Success - basic report stats

- GetReportStatsResponse
  - `total` integer
  - `completed` integer

## Other responses

- `400` — An Error Occurred - Could not get report stats
- `401` — Unauthorized - User not found
- `403` — Forbidden

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/fab57bf5558a/schema)
