get_incident_work_notes
Retrieve work notes from a ServiceNow incident, sorted newest first, with optional filter by author and pagination via limit and offset.
Instructions
Read the work notes on a incident identified by sys_id, newest first. Returns journal entries with sys_created_on, sys_created_by, and value (the note text). limit/offset paginate. created_by: filter to notes written by that username (exact match, e.g. 'beth.anglin').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| sys_id | Yes | ||
| created_by | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |