---
title: "Provides search query suggestions, that is, metric and instance names"
method: GET
path: "/search/suggest"
tags: ["FULL TEXT SEARCH"]
---

# Provides search query suggestions, that is, metric and instance names

`GET /search/suggest`

The mandatory search string is further described in [pmsearch](https://man7.org/linux/man-pages/man1/pmsearch.1.html)(1) and is passed to the server via the *query* parameter (HTTP GET).
```bash
$ curl -s http://localhost:44322/search/suggest?query=disk&limit=4 | pmjson
```
**Reference:** [pmSearchTextSuggest](https://man7.org/linux/man-pages/man3/pmSearchTextSuggest.3.html)(3)

## Query parameters

- `query` string
- `limit` number

## Response `200`

OK

---

[API](https://skmtc.dev/performancecopilot/apis/pmwebapi.md) · [All operations](https://skmtc.dev/performancecopilot/apis/pmwebapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/performancecopilot/pmwebapi/revisions/666212c8ed6b/schema)
