---
title: "List the notes of an opportunity"
method: GET
path: "/v1/opportunities/{opportunity_id}/notes"
---

# List the notes of an opportunity

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

Supply the unique identifier of the opportunity as `opportunity_id` and this API will retrieve the notes of the opportunity.

## Path parameters

- `opportunity_id` string, required

## Response `200`

200

- object
  - `notes` object[]
    - `id` string
    - `value` string
    - `updated_by_id` string
    - `creation_date` string

## Other responses

- `400` — 400

---

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