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