v1
latestOpenAPI 3.0.32026-07-13404294.7 KBKnowledge Base
Search / List Articles
Returns a paginated list of active Knowledge Base articles. Supports keyword search and category filtering.
Notes:
- Only returns active (published) articles; drafts are excluded.
- Content field is intentionally omitted to keep payloads lightweight.
- Use next_token from the response to fetch the next page.
get/v2/knowledge-base/
Query parameters
api_keystring required
Your Local Falcon API key.
qstring
Search keyword - matches against title and content.
category_idstring
Filter by category ID.
limitinteger
Results per page (default 10).
next_tokenstring
Pagination token from previous response.
Response
Articles returned successfully.