---
title: "Fetch Note"
method: GET
path: "/sales/opportunities/notes/{id}"
tags: ["Sales::Opportunities::Note"]
---

# Fetch Note

`GET /sales/opportunities/notes/{id}`

Fetch Note

## Path parameters

- `id` string, required

## Response `200`

OK

- SalesOpportunitiesNoteAttributes — Notes
  - `id` integer — Note ID
  - `public_id` string, nullable — Note public ID
  - `opportunity_id` integer — Opportunity
  - `content` string — Content
  - `created_by_id` integer, nullable — The ID of the Team-`Membership` that created the note. For notes created via the API, this defaults to the ClickFunnels API default User.
  - `created_at` string, date-time, nullable — Note creation date
  - `updated_at` string, date-time, nullable — Note last updated date

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

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