> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://developer-test.atomicwork.com/llms.txt.
> For full documentation content, see https://developer-test.atomicwork.com/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://developer-test.atomicwork.com/_mcp/server.

# getRequestNotes

List notes on a request.

Retrieves notes (comments/replies) on a request ticket with pagination. Returns both public and private notes — private notes are only included
if the authenticated user has workspace permissions to view them. Notes are returned in reverse chronological order (newest first).

## Parameters

| Name        | Type    | Required | Description                                                        |
| ----------- | ------- | -------- | ------------------------------------------------------------------ |
| `requestId` | string  | Yes      | The request display ID (e.g., REQ-123, INC-456)                    |
| `page`      | integer | No       | Page number (1-indexed). Defaults to 1. Default: `1`.              |
| `per_page`  | integer | No       | Number of notes per page (max 100). Defaults to 25. Default: `25`. |