List Update Sets
list_update_setsList update sets from a ServiceNow instance with optional query filters, field selection, and result limits.
Instructions
List update sets 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 | Encoded query for filtering update sets (e.g., "state=in progress"). | |
| limit | No | Maximum number of update sets to return. Defaults to 50, max 500. | |
| fields | No | Comma-separated list of fields to return (e.g., "sys_id,name,state,description"). |