get_record
Fetch a specific ServiceNow record by sys_id to get its full details after a prior table query. Works only for allowlisted tables and fields.
Instructions
Fetch a single ServiceNow record by its sys_id. Use this when you already know the sys_id from a prior query_table call and need the full details of that specific record. Subject to the table + field allowlist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ServiceNow table name. Must match the table the sys_id belongs to. Only allowlisted tables are permitted. | |
| sys_id | Yes | The 32-character hex sys_id of the record to fetch. |