---
title: "Search"
method: POST
path: "/api/kb/search"
tags: ["Knowledge Base"]
---

# Search

`POST /api/kb/search`

Perform semantic search across indexed documents.

Results are filtered to only include the user's documents.
Optionally filter by batch_id for batch-specific search.

Args:
    request: Search query and filters

Returns:
    List of matching results with source tracking

## Request body

- SearchRequest — Request for semantic search
  - `query` string, required
  - `batch_id` string, nullable
  - `num_results` integer

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/qomplement/apis/fastapi.md) · [All operations](https://skmtc.net/qomplement/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qomplement/fastapi/revisions/718de1c0d866/schema)
