sn_get
Retrieve a single ServiceNow record by sys_id, returning all fields or a specified subset.
Instructions
Get a single ServiceNow record by sys_id. Returns all fields or a specified subset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ServiceNow table name (e.g. incident) | |
| fields | No | Comma-separated list of fields to return | |
| sys_id | Yes | The sys_id of the record to retrieve | |
| display_value | No | Display values mode: true, false, or all |