---
title: "GET /v1/workspaces/{workspaceNameOrID}/findings/aggregates"
method: GET
path: "/v1/workspaces/{workspaceNameOrID}/findings/aggregates"
tags: ["SkillInventory"]
---

# GET /v1/workspaces/{workspaceNameOrID}/findings/aggregates

`GET /v1/workspaces/{workspaceNameOrID}/findings/aggregates`

Aggregates over the union of active Findings across every skill inventory the workspace owns (the Home health band). Returns the open-issues count (with a per-priority split), the count of overlap-archetype findings (duplication), and the count of logical skills across the workspace's inventories.

## Path parameters

- `workspaceNameOrID` string, required

## Headers

- `Authorization` string

## Response `200`

Default Response

- object
  - `openIssues` number, required
  - `openIssuesByPriority` object, required
    - `critical` number, required
    - `high` number, required
    - `medium` number, required
    - `low` number, required
  - `overlapCount` number, required
  - `skillsCount` number, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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