list_client_scripts
Retrieve client scripts from ServiceNow instances. Filter by table, type, or active status to find specific scripts.
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 |