list_client_scripts
List client scripts from ServiceNow with optional filters for type, table, and active status. Retrieve a specified number of scripts for inspection or 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 |