List Company Applications
list_company_appsList company-internal applications and retrieve metadata such as name, scope, version, install status, and update availability. Apply filters by scope, sys_id, or install status.
Instructions
List company-internal applications shared within your organization. Returns application metadata including name, scope, version, install status, and update availability.
Optionally filter by scope, sys_id, or installed status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance | No | The ServiceNow instance auth alias (e.g., "myinstance", "prod"). If not provided, falls back to the SN_AUTH_ALIAS environment variable. | |
| scope | No | Filter by application scope (e.g., "x_acme_my_app"). Returns only the matching application. | |
| sys_id | No | Filter by application sys_id. Returns only the matching application. | |
| installed_only | No | When true, only returns installed applications. |