Get Catalog Category Details
get_catalog_categoryRetrieve service catalog category details by sys_id, including item count.
Instructions
Get details of a specific service catalog category by sys_id, including the count of items in that category.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sys_id | Yes | The sys_id of the catalog category. | |
| instance | No | The ServiceNow instance auth alias to use. This is the alias configured via `now-sdk auth --add` (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. |