---
title: "List Notes"
method: GET
path: "/sales/opportunities/{opportunity_id}/notes"
tags: ["Sales::Opportunities::Note"]
---

# List Notes

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

List Notes

## Path parameters

- `opportunity_id` integer, required

## Query parameters

- `after` string
- `sort_order` 'asc' | 'desc'
- `sort_property` 'id' | 'updated_at'
- `filter` object
  - `id` string — A comma-separated list of note IDs to filter by (within the scope of the opportunity).
  - `created_by_id` string — A comma-separated list of memberships IDs to filter by.

## Response `200`

OK

- SalesOpportunitiesNoteAttributes[]
  - `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)
