Get Record
get_recordRetrieve a single ServiceNow record using its sys_id and table name. Optionally limit returned fields for a focused result.
Instructions
Get a single record from a ServiceNow table by sys_id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Comma-separated list of fields to return | |
| sys_id | Yes | The sys_id of the record | |
| table_name | Yes | The ServiceNow table name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||