list_articles
Fetch a paginated page of knowledge articles from ServiceNow, filtered by query, category, knowledge base, or workflow state.
Instructions
List knowledge articles. limit/offset paginate — this returns one bounded page, not the full table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | Matched against short_description or text | |
| offset | No | ||
| category | No | Category sys_id | |
| knowledge_base | No | Knowledge base sys_id | |
| workflow_state | No |