List case notes
Lists the notes on a case, ordered oldest to newest. Cursor-paginated.
Available to both Platform and Enterprise Partners.
Path parameters
caseUuid
The case's UUID.
Query parameters
limit
The maximum number of notes to return (default 50, max 200).
cursor
An opaque cursor for the next page.
Response
A page of notes
messages
The notes on this page.
nextCursor
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