list_knowledge_bases
Retrieve a paginated list of ServiceNow knowledge bases, filtering by title or description and active status. Returns a single bounded page with limit and offset controls.
Instructions
List knowledge bases. limit/offset paginate — this returns one bounded page, not the full table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | Matched against title or description | |
| active | No | ||
| offset | No |