---
title: "Search"
method: POST
path: "/api/search"
tags: ["Search"]
---

# Search

`POST /api/search`

Aggregate ⌘K search: every bucket useGlobalSearchData's remote path
fetches, in one request. See module docstring for the per-bucket parity
contract.

## Query parameters

- `user_id` string
- `org_id` string

## Request body

- SearchRequest
  - `q` string
  - `limit_per_bucket` integer, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-02** `c7e6c7325944` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/every/apis/every-api/changes/api/search/post.md)

---

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