list_client_scripts
List ServiceNow client scripts with optional filters for type, table, and active status. Retrieve up to 20 scripts to review client-side logic.
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 |