_diag_probe_table
Probe any ServiceNow table to verify access permissions for diagnostic troubleshooting. Enter table name, optional encoded query, and limit.
Instructions
TEMPORARY diagnostic tool. Probe any ServiceNow table to check access.
Note: This is a diagnostic tool intended for troubleshooting only. Table names are validated and dangerous query patterns (javascript:, gs.*, eval) are blocked before the request is sent.
Args: table: Table to probe (e.g. sys_hub_step_instance). query: Optional encoded query filter. limit: Max records to return (default 3).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| query | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |