---
title: "List Notes"
method: GET
path: "/v1/notes"
---

# List Notes

`GET /v1/notes`

This API endpoint retrieves a list of notes on clients or companies in your workspace.  <br> You can use the query params to filter a subset of clients or companies that match the specified field values.

## Query parameters

- `entityType` string
- `entityId` string
- `limit` integer
- `nextToken` string

## Response `200`

200

- object
  - `data` object[]
    - `content` string
    - `createdAt` string
    - `creatorId` string
    - `entityId` string
    - `entityType` string
    - `id` string
    - `object` string
    - `title` string
    - `updatedAt` string
  - `nextToken` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/assembly/apis/core-resources.md) · [All operations](https://skmtc.net/assembly/apis/core-resources/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/assembly/core-resources/versions/28a9e7d13a8c/schema)
