---
title: "Get Portfolio Note"
method: GET
path: "/portfolio_notes/{id}"
tags: ["Portfolio Notes"]
---

# Get Portfolio Note

`GET /portfolio_notes/{id}`

Returns a single portfolio note by ID.

## Path parameters

- `id` string, uuid, required

## Response `200`

Successfully retrieved portfolio note

- object
  - `portfolio_note` PortfolioNote
    - `id` string, uuid, required — Unique identifier for the portfolio note
    - `name` string, required — Name/title of the portfolio note
    - `portfolio_company_profile_id` string, uuid, required — ID of the associated portfolio company profile
    - `content` string, nullable, required — Content of the portfolio note. May be null immediately after create while asynchronous processing completes.
    - `created_at` string, date-time — When the portfolio note was created

## Other responses

- `401` — Unauthorized - Invalid or missing authentication token
- `403` — Forbidden - The authenticated user does not have access to the requested resource
- `404` — Not Found - The requested resource was not found
- `429` — Too Many Requests - Rate limit exceeded

---

[API](https://skmtc.dev/visible/apis/visible-api-2.md) · [All operations](https://skmtc.dev/visible/apis/visible-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/visible/visible-api-2/revisions/d63a3bb6d361/schema)
