---
title: "Contact note details"
method: GET
path: "/v1/contact_notes/{id}"
tags: ["Contact Notes"]
---

# Contact note details

`GET /v1/contact_notes/{id}`

Returns a single contact note by ID.

**Attributes:**
- `body` (string) - The note content
- `created_at` (datetime) - When the note was created
- `updated_at` (datetime) - When the note was last modified

**Relationships:**
- `contact` - The contact this note belongs to

## Query parameters

- `include` string
- `fields[contact_notes]` string

## Response `200`

Contact note retrieved successfully

## Other responses

- `401` — Unauthorized
- `404` — Contact note not found

---

[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)
