# SearchKnowledgeResponse

Model ID: `SearchKnowledgeResponse`

Response for GET /assistant/knowledge/search.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `query` | `string` | Yes |  |  |  | No | The search query that was executed (empty string when `q` was omitted). |
| `results` | array of [`KnowledgeSearchResult`](./KnowledgeSearchResult.md) | Yes |  |  |  | No | Matching knowledge-base entries, most relevant first, capped at `limit`. |
| `total` | `integer` | Yes |  |  |  | No | Number of results in this response. |

## Example

None declared in canonical OpenAPI.
