---
title: "Search / List Articles"
method: GET
path: "/v2/knowledge-base/"
tags: ["Knowledge Base"]
---

# Search / List Articles

`GET /v2/knowledge-base/`

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.

## Query parameters

- `api_key` string, required
- `q` string
- `category_id` string
- `limit` integer
- `next_token` string

## Response `200`

Articles returned successfully.

## Other responses

- `400` — The request was malformed or missing required parameters.
- `401` — The API key is missing, invalid, or does not have permission for the requested resource.
- `429` — You have exceeded the rate limit. Please wait before making additional requests.
- `500` — An unexpected error occurred on the server. Please try again later.

---

[API](https://skmtc.net/localfalcon/apis/local-falcon-api.md) · [All operations](https://skmtc.net/localfalcon/apis/local-falcon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/localfalcon/local-falcon-api/revisions/06b5d428ba9e/schema)
