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

# Global Search

`GET /api/search`

Global search across transactions, accounts, payees, categories, goals and assets.

Used by the command palette (Cmd/Ctrl+K). Returns a flat list of
typed hits limited to ``limit`` results per entity type.

## Query parameters

- `q` string
- `limit` integer

## Headers

- `X-Workspace-Id` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/usesecuro/apis/securo.md) · [All operations](https://skmtc.dev/usesecuro/apis/securo/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usesecuro/securo/revisions/1df3dfa0c028/schema)
