> ## Documentation Index
> Fetch the complete documentation index at: https://docs.molesignal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 命令面板搜索

> 跨实体 ⌘K 搜索。

```http theme={null}
GET /api/v1/web/search
```

跨实体 ⌘K 搜索：streams、dashboards、saved views、alerts、incidents、services。

| 参数      | 位置    | 必填 | 说明                                                           |
| ------- | ----- | -- | ------------------------------------------------------------ |
| `q`     | query | ✅  | 搜索文本                                                         |
| `types` | query | —  | `stream,dashboard,saved_view,alert,incident,service` 的逗号分隔子集 |
| `limit` | query | —  | 默认 20，最大 50                                                  |

返回至多 `limit` 条，按 `pg_trgm` 相似度排序。需要 `streams.query`，系统范围可使用
`sys.telemetry.read`。
