> ## 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.

# Command palette search

> Cross-entity ⌘K search.

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

Cross-entity ⌘K search over streams, dashboards, saved views, alerts, incidents, and services.

| Param   | In    | Required | Notes                                                                          |
| ------- | ----- | -------- | ------------------------------------------------------------------------------ |
| `q`     | query | ✅        | Search text                                                                    |
| `types` | query | —        | Comma-separated subset of `stream,dashboard,saved_view,alert,incident,service` |
| `limit` | query | —        | Default 20, max 50                                                             |

Returns up to `limit` hits ranked by `pg_trgm` similarity. Requires `streams.query`, or
`sys.telemetry.read` in system scope.
