---
title: "Retrieve a guest note"
method: GET
path: "/v1/guests/{guest_id}/notes/{note_id}"
---

# Retrieve a guest note

`GET /v1/guests/{guest_id}/notes/{note_id}`

This API helps you to retrieve the details of the specified guest note.

You must specify the unique identifier of the guest as `guest_id` and the note as `note_id` in the API request.

## Path parameters

- `guest_id` string, required
- `note_id` string, required

## Response `200`

200

- object
  - `id` string
  - `is_private` boolean
  - `alert` boolean
  - `note_type` integer
  - `notes` string
  - `center` object
    - `id` string
    - `name` string
  - `added_by` object
    - `id` string
    - `name` string
  - `created_date` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zenoti/apis/zenoti-authentication.md) · [All operations](https://skmtc.net/zenoti/apis/zenoti-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zenoti/zenoti-authentication/versions/e628f892391a/schema)
