---
title: "List findings for a visit (Beta)"
method: GET
path: "/v1/visits/{visit_id}/findings"
tags: ["Visits"]
---

# List findings for a visit (Beta)

`GET /v1/visits/{visit_id}/findings`

## Path parameters

- `visit_id` string, required

## Response `200`

OK

- ListFindingsResponse
  - `findings` FindingExternalSchema[], required
    - `question_name` string, nullable, required — The name of the question this finding answers.
    - `question_text` string, nullable, required — The full text of the question this finding answers. Null for ad-hoc findings.
    - `description` string, required — The reason or justification for this finding.
    - `result` string, required — The result of the finding (e.g. "Poor", "Fair").
    - `severity` 'major' | 'minor', nullable, required — Severity of the finding, if applicable: "major", "minor", or null.
    - `area_name` string, nullable, required — The room or area this finding applies to.
    - `evidence` union[], required — Supporting evidence — images, audio segments, or text notes.
      - union
        - ImageEvidenceExternalSchema
          - `type` 'image'
          - `image_id` string, required — Use with the Get Image endpoint to retrieve the image file.
          - `reference_key` string, nullable
          - `visit_id` string, nullable — The visit this image was captured during.
          - `is_selected` boolean — Whether this image was explicitly selected as evidence.
          - `is_starred` boolean — Whether this image was starred as the primary evidence photo.
        - AudioEvidenceExternalSchema
          - `type` 'audio'
          - `start_ms` integer, required — Start timestamp in the source video, in milliseconds.
          - `end_ms` integer, required — End timestamp in the source video, in milliseconds.
          - `text` string, required — Transcribed text from this audio segment.
        - TextEvidenceExternalSchema
          - `type` 'text'
          - `text` string, required

---

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