Get ServiceNow record
servicenow_get_recordRetrieve a specific record from any ServiceNow table using its sys_id. Optionally limit returned columns to only the fields you need.
Instructions
Read a single record from a table by its sys_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name, e.g. 'incident'. | |
| fields | No | Columns to return. Omit to return all columns. | |
| sys_id | Yes | The sys_id of the record to read. | |
| instance | No | Connection profile to use for this call (default: the active profile). See servicenow_list_instances. |