list_categories
List knowledge base categories with pagination and filters for label, description, active status, and parent category.
Instructions
List knowledge base categories. limit/offset paginate — this returns one bounded page, not the full table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | Matched against label or description | |
| active | No | ||
| offset | No | ||
| knowledge_base | No | Knowledge base sys_id | |
| parent_category | No | Parent category sys_id |