---
title: "List contact notes"
method: GET
path: "/v1/contact_notes"
tags: ["Contact Notes"]
---

# List contact notes

`GET /v1/contact_notes`

Returns a paginated list of contact notes. This endpoint supports filtering, sorting, and pagination.

**Sorting:**
- `created_at` (default: descending)

**Filtering:**
- `filter[contact_id]` - Filter notes for a specific Contact
- `filter[site_id]` - Filter notes for a specific Site

**Pagination:**
- Use `page[number]` and `page[size]` parameters
- Default page size is 20, maximum is 100

## Query parameters

- `filter[contact_id]` string
- `filter[site_id]` string
- `sort` string
- `page[number]` integer
- `page[size]` integer

## Response `200`

Contact notes filtered by contact_id

## Other responses

- `401` — Unauthorized

---

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