---
title: "Overview statistics"
method: GET
path: "/reporting/overview/statistics"
tags: ["Reporting"]
---

# Overview statistics

`GET /reporting/overview/statistics`

Overview statistics. Includes request parameters, authorization expectations, and response details.

## Query parameters

- `archived` 'true' | 'false'

## Response `200`

Statistics retrieved

- object
  - `done` boolean, required — Indicates if the operation was successful
  - `body` object, nullable, required — Response data (type varies by endpoint, null if no data)
    - `teams` object
      - `count` integer
      - `projects` integer
      - `members` integer
    - `projects` object
      - `count` integer
      - `active` integer
      - `overdue` integer
    - `members` object
      - `count` integer
      - `unassigned` integer
      - `overdue` integer
  - `title` string, nullable — Optional response title
  - `message` string, nullable — Optional message (error message or success notification)

---

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