---
title: "List Findings"
method: GET
path: "/snapshots/{snapshot_id}/health/findings"
tags: ["code-health"]
---

# List Findings

`GET /snapshots/{snapshot_id}/health/findings`

## Path parameters

- `snapshot_id` string, required

## Query parameters

- `biomarker` string, nullable
- `severity` string, nullable
- `min_severity` string, nullable
- `status` string
- `file_path` string, nullable
- `dimension` string, nullable — Filter by pillar: defect | maintainability | performance
- `limit` integer
- `offset` integer
- `scope` string
- `counts` string

## Response `200`

Successful Response

- HealthFindingsResponse
  - `items` BiomarkerFinding[]
    - `id` string, required
    - `biomarker_type` string, required
    - `severity` string, required
    - `file_path` string, required
    - `function_name` string, nullable
    - `line_start` integer, nullable
    - `line_end` integer, nullable
    - `details` object
    - `health_impact` number
    - `reason` string
    - `status` string
    - `suggestion` string, nullable
    - `dimension` string
    - `symbol_id` string, nullable
    - `is_test` boolean
  - `total` integer
  - `has_more` boolean
  - `next_offset` integer, nullable
  - `offset` integer
  - `limit` integer
  - `scope` string
  - `counts` string
  - `state` string
  - `reason` string, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-15** `0a93009adaad` — 1 info
  - for the `query` request parameter `limit`, the max was increased from `500.00` to `1000.00`
- **2026-09-14** `c3d46dfc6e3d` — 8 info
  - added the new optional `query` request parameter `counts`
  - added the new optional `query` request parameter `min_severity`
  - added the new optional `query` request parameter `scope`
  - added the new optional `query` request parameter `status`
  - …4 more

[Change history](https://skmtc.dev/repowise/apis/repowise-hosted-api/changes/snapshots/:snapshot_id/health/findings/get.md)

---

[API](https://skmtc.dev/repowise/apis/repowise-hosted-api.md) · [All operations](https://skmtc.dev/repowise/apis/repowise-hosted-api/llms.txt) · [OpenAPI document](https://skmtc.dev/repowise/apis/repowise-hosted-api/revisions/8c05b8b9a5c4?raw)
