---
title: "GET /experimental/orgs/{orgId}/findings/counts-by-context-family"
method: GET
path: "/experimental/orgs/{orgId}/findings/counts-by-context-family"
tags: ["Orgs", "Context"]
---

# GET /experimental/orgs/{orgId}/findings/counts-by-context-family

`GET /experimental/orgs/{orgId}/findings/counts-by-context-family`

Counts Findings for the specified context families. The repeatable `filter[contextLineageId]` parameter identifies the context lineages to aggregate.

## Path parameters

- `orgId` string, uuid, required

## Query parameters

- `filter[contextLineageId]` union, required
  - string, uuid
  - string[]
- `filter[status]` union
  - 'active'
  - 'ignored'

## Headers

- `Authorization` string

## Response `200`

Default Response

- object
  - `links` object, required
    - `self` string, uri, required
    - `next` string, uri, nullable, required
    - `prev` string, uri, nullable, required
  - `meta` object, required
    - `count` number, required
  - `data` object[], required
    - `id` string, uuid, required
    - `type` 'finding-count', required
    - `attributes` object, required
      - `count` integer, required
      - `worstPriority` union, required
        - 'critical'
        - 'high'
        - 'medium'
        - 'low'

## Other responses

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

## Changes

- **2026-09-15** `d50a02b79ad3` — 2 info
  - added the optional property `error/code` to the response with the `403` status
  - added the optional property `error/url` to the response with the `403` status
- **2026-09-15** `050f3217cf2c` — 1 warning, 1 info
  - added the new `finding-count` enum value to the `data/items/type` response property for the response status `200`
  - removed the `skill-inventory-finding-count` enum value from the `data/items/type` response property for the response status `200`
- **2026-09-12** `ff4456b002cc` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tessl/apis/tessl-api/changes/experimental/orgs/:orgId/findings/counts-by-context-family/get.md)

---

[API](https://skmtc.dev/tessl/apis/tessl-api.md) · [All operations](https://skmtc.dev/tessl/apis/tessl-api/llms.txt) · [OpenAPI document](https://skmtc.dev/tessl/apis/tessl-api/revisions/288d28ba107c?raw)
