List Scoped Applications
list_scoped_appsRetrieve scoped applications from a ServiceNow instance with optional encoded query filters to target specific records.
Instructions
List scoped applications (sys_app records) on the instance with optional filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance | No | The ServiceNow instance auth alias to connect to. This is the alias configured via `snc configure` (e.g., "myinstance", "prod", "test"). The user will typically refer to this by name when saying things like "on my myinstance instance". If not provided, falls back to the SN_AUTH_ALIAS environment variable. | |
| query | No | An encoded query string to filter applications. Uses ServiceNow encoded query syntax (e.g., "active=true^scopeSTARTSWITHx_", "nameLIKEhr"). If omitted, all applications are returned. | |
| limit | No | Maximum number of applications to return. Defaults to 50, minimum 1, maximum 200. |