---
title: "GET /search"
method: GET
path: "/search"
---

# GET /search

`GET /search`

Запрос возвращает список наиболее релевантных документов

## Query parameters

- `q` string, required
- `skip` string
- `take` string

## Response `200`

Search response

- SearchAnswer
  - `articles` object[]
    - `link` string — Ссылка на документ
    - `title` string — Заголовок
    - `content` string — Контент
    - `indexedAt` string — Дата индексации

## Other responses

- `400` — Unexpected error

## Changes

> 8 revisions in range; 1 could not be searched.

- **2024-04-15** `a797e4a55c30` — 1 info
  - endpoint added
- **2023-11-17** `a2d864f3a8db` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/tomletoai/apis/wikibot-rest-api/changes/search/get.md)

---

[API](https://skmtc.dev/tomletoai/apis/wikibot-rest-api.md) · [All operations](https://skmtc.dev/tomletoai/apis/wikibot-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tomletoai/wikibot-rest-api/revisions/641c0309d1ac/schema)
