List case notes

View as MarkdownOpen in Claude

Lists the notes on a case, ordered oldest to newest. Cursor-paginated.

Available to both Platform and Enterprise Partners.

Path parameters

caseUuidstringRequiredformat: "uuid"
The case's UUID.

Query parameters

limitintegerOptional<=200Defaults to 50

The maximum number of notes to return (default 50, max 200).

cursorstringOptional
An opaque cursor for the next page.

Response

A page of notes
messageslist of objects
The notes on this page.
nextCursorstring or null
The cursor for the next page. Null when there are no more notes.

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error