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. |
