---
title: "List donor notes"
method: GET
path: "/v1/donor_notes"
tags: ["Notes"]
---

# List donor notes

`GET /v1/donor_notes`

**Searchable:** content

**Filterable:** donor_id (required), note_type, is_pinned, activity_id, donation_id, created_by, created_at, deleted_at

## Query parameters

- `limit` integer
- `offset` integer
- `donor_id` string, uuid, required
- `note_type` string
- `is_pinned_is` string
- `include_deleted` boolean

## Response `200`

Paginated list

---

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