---
title: "List Policy Notes"
method: GET
path: "/v1/policies/{policy_id}/notes"
tags: ["Notes"]
---

# List Policy Notes

`GET /v1/policies/{policy_id}/notes`

## Path parameters

- `policy_id` integer, required — Policy id

## Query parameters

- `cursor` string — Opaque cursor from a previous response (next_cursor).
- `page_size` integer — Records per page (max 100).

## Response `200`

Successful Response

- ExternalListExternalNoteView
  - `data` ExternalNoteView[], required
    - `id` string, required
    - `content` string — Plain text content of the note.
    - `permissions` string — public | private | internal
    - `urgent` boolean
    - `created_by` ExternalRecord — Relación compacta hacia el exterior: solo id y nombre.
      - `id` string, required
      - `name` string
    - `created` string, date-time, required
  - `next_cursor` string
  - `has_more` boolean

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.dev/apizeal/apis/apizeal-api.md) · [All operations](https://skmtc.dev/apizeal/apis/apizeal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apizeal/apizeal-api/revisions/9baadbe84f92/schema)
