---
title: "Grouped reporting projects"
method: GET
path: "/reporting/projects/grouped"
tags: ["Reporting"]
---

# Grouped reporting projects

`GET /reporting/projects/grouped`

Grouped reporting projects. Includes request parameters, authorization expectations, and response details.

## Query parameters

- `search` string
- `statuses` string
- `healths` string
- `categories` string
- `project_managers` string
- `teams` string
- `archived` 'true' | 'false'
- `group_by` 'category' | 'status' | 'health' | 'team' | 'manager'
- `page` integer
- `page_size` integer

## Response `200`

Grouped reporting data retrieved

- ServerResponse
  - `done` boolean, required — Indicates if the operation was successful
  - `body` unknown, required
  - `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)
