---
title: "List Contact Notes"
method: GET
path: "/contact_note"
tags: ["Contact Note"]
---

# List Contact Notes

`GET /contact_note`

Retrieve a list of contact notes

## Query parameters

- `id` string
- `created_at` string
- `organisation_id` string
- `updated_at` string
- `contact_id` string
- `text` string
- `created_by_id` string
- `select` string
- `offset` string
- `limit` string

## Headers

- `Range` string
- `Range-Unit` string

## Response `200`

OK

- ContactNote[]
  - `id` string, uuid — Contact note ID
  - `created_at` string, timestamp with time zone — Contact note creation date
  - `organisation_id` string, uuid — Organisation ID
  - `updated_at` string, timestamp with time zone — Latest update
  - `contact_id` string, uuid — Contact ID
  - `text` string, text, nullable — Text of contact note
  - `created_by_id` string, uuid, nullable — Contact note created by ID

---

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