---
title: "Returns a set of suggestions giving a query"
method: POST
path: "/api/v2/files/suggest"
tags: ["v2 files"]
---

# Returns a set of suggestions giving a query

`POST /api/v2/files/suggest`

Returns a set of suggestions giving a query

## Request body

- SuggestRequest
  - `field` string
  - `query` string
  - `allowPartial` boolean

## Response `200`

List of suggestions

- string

## Other responses

- `401` — Unauthorized access
- `403` — Forbidden access

---

[API](https://skmtc.net/keeps/apis/roda-rest-api.md) · [All operations](https://skmtc.net/keeps/apis/roda-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keeps/roda-rest-api/versions/afc3c5bcc0d9/schema)
