list_client_scripts
List ServiceNow client scripts using optional filters for type, table, and active status. Returns a paginated set of script details for review and management.
Instructions
List client scripts (requires SCRIPTING_ENABLED=true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | "onLoad" | "onChange" | "onSubmit" | "onCellEdit" | |
| limit | No | Max results (default: 20) | |
| table | No | Filter by table name | |
| active | No | Filter to active scripts |