Get Catalog Category Details
get_catalog_categoryRetrieve details of a service catalog category using its sys_id, including the count of items within that category.
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 |
|---|---|---|---|
| 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. | |
| sys_id | Yes | The sys_id of the catalog category. |