---
title: "Global Search"
method: GET
path: "/api/v1/search"
tags: ["search"]
---

# Global Search

`GET /api/v1/search`

Search tenant entities and return grouped matches for the ⌘K palette.

## Query parameters

- `q` string, required
- `limit` integer

## Response `200`

Successful Response

- GlobalSearchResponse
  - `query` string, required
  - `groups` GlobalSearchGroup[], required
    - `entity_type` string, required
    - `items` GlobalSearchResult[], required
      - `entity_type` string, required
      - `entity_id` string, required
      - `title` string, required
      - `subtitle` string, nullable

## Other responses

- `401` — Authentication required
- `422` — Validation Error

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/c0f54348e251/schema)
