---
title: "Get Risk Notes"
method: GET
path: "/risks/{risk_id}/notes"
tags: ["risks"]
---

# Get Risk Notes

`GET /risks/{risk_id}/notes`

Get notes for a specific risk.

Marketing ``notes`` carry the reviewer's appended dismiss free-text, so they are
reviewer-only: a **marketing** non-writer gets a blanked (``None``) doc, matching
``redact_reviewer_free_text_for_reader`` and the ``canWrite`` gate on
``MarketingRiskCard`` (which hides ``RiskNotes`` for non-writers). Base/
non-marketing Notes render to every viewer, so they are always returned.

## Path parameters

- `risk_id` string, uuid, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/3ff4c0bd276b/schema)
