list_catalog_items
Retrieve and filter service catalog items using parameters like category, query, and active status. Supports pagination with limit and offset for efficient data retrieval.
Instructions
List service catalog items.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
active | No | Whether to only return active catalog items | |
category | No | Filter by category | |
limit | No | Maximum number of catalog items to return | |
offset | No | Offset for pagination | |
query | No | Search query for catalog items |