---
title: "List notes"
method: GET
path: "/v1/notes"
tags: ["CRM"]
---

# List notes

`GET /v1/notes`

Returns notes for the authenticated organization.

## Query parameters

- `q` string
- `page` integer
- `limit` integer

## Response `200`

Notes were returned.

- ApiResponse
  - `success` boolean
  - `message` string
  - `data` unknown

## Other responses

- `400` — The request failed validation.
- `401` — The API key is missing, invalid, or not allowed to access this route.
- `429` — The route rate limit was exceeded.

---

[API](https://skmtc.net/octolane-org/apis/octolane-public-api.md) · [All operations](https://skmtc.net/octolane-org/apis/octolane-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/octolane-org/octolane-public-api/versions/8c7700f1eeec/schema)
