# getStats

**Kind:** API Endpoint

**Source:** [`atloria-monorepo/apps/api/src/issues/issues.controller.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/issues/issues.controller.ts#L56)

Get aggregate issue statistics

## Endpoint

`GET /projects/:projectId/issues/stats`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `projectId` | path | `string` | ✓ |  |

## Referenced By

- `IssuesController` (MODULE_DECLARES)
