---
title: "List notes for a profile"
method: GET
path: "/group-profile/v1/profiles/{profileId}/notes"
tags: ["ProfileNote"]
---

# List notes for a profile

`GET /group-profile/v1/profiles/{profileId}/notes`

Get all notes for a profile (group, company, or travel agent)

## Path parameters

- `profileId` integer, required

## Query parameters

- `archived` 'ACTIVE' | 'ARCHIVED' | 'ALL'
- `sort` string
- `pageToken` string
- `limit` integer

## Headers

- `x-property-id` integer
- `x-organization-id` integer, required

## Response `200`

Profile notes retrieved successfully

- ProfileNoteListResponse — Cursor-based pagination metadata for list responses
  - `data` ProfileNoteResponse[] — Array of profile note data
    - `id` string, required — Unique identifier for the profile note
    - `profileId` string, required — ID of the profile (group, company, or travel agent)
    - `user` NoteUser — User information for note author
      - `id` string — User ID
      - `firstName` string — First name of the user
      - `lastName` string — Last name of the user
      - `email` string — Email of the user
    - `content` string — Content of the note
    - `archivedAt` string, date-time — Timestamp when the note was archived (null if not archived)
    - `createdAt` string, date-time — Creation timestamp
    - `updatedAt` string, date-time — Last update timestamp
  - `nextPageToken` string, nullable — Token to fetch the next page of results. Pass this value as the `pageToken` query parameter in the next request. When null, there are no more pages available.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Profile not found

---

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