get_record
Retrieve a single record from any ServiceNow table using its sys_id. Optionally specify fields to return for a focused response.
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 | |||