list_ui_actions
List UI actions such as buttons, context menus, and related links for ServiceNow tables. Filters by type, table, or active status to locate specific actions.
Instructions
List UI Actions (buttons, context menus, related links) for a table (requires SCRIPTING_ENABLED=true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by type: button, context_menu, related_link, list_link, list_button, list_context_menu | |
| limit | No | Max results (default: 25) | |
| table | No | Filter by table name | |
| active | No | Filter to active actions only |