---
title: "List possible completions"
method: GET
path: "/api/search/autocomplete"
tags: ["search"]
---

# List possible completions

`GET /api/search/autocomplete`

Return a list of possible completions for the given search term

## Query parameters

- `query` string, required
- `field` string

## Response `200`

List of possible completions

- object[]
  - `text` string
  - `value` string

---

[API](https://skmtc.net/eeditiones/apis/tei-publisher-documentation-and-demo.md) · [All operations](https://skmtc.net/eeditiones/apis/tei-publisher-documentation-and-demo/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eeditiones/tei-publisher-documentation-and-demo/revisions/07216792837f/schema)
