get_request_work_notes
Fetch work notes from a ServiceNow service request, newest first. Filter by author and paginate with limit/offset.
Instructions
Read the work notes on a service request (sc_request — the parent Request record) 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 |