---
title: "Fleet Search"
method: GET
path: "/fleet/search"
---

# Fleet Search

`GET /fleet/search`

Cross-project search stub for the topbar search bar.

Accepts a free-text query plus the ``agent:/status:/across:`` operator
syntax used by the frontend search component; the stub does not yet
execute the search and instead returns the parsed filters so the SPA
can demonstrate the round-trip while the backend implementation is
being built.

Returns:
    ``{"query": str, "filters": {...}, "matches": [], "stub": bool}``.

## Query parameters

- `q` string — Cross-project search query
- `limit` integer

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/sipyourdrink-ltd/apis/bernstein-task-server.md) · [All operations](https://skmtc.net/sipyourdrink-ltd/apis/bernstein-task-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sipyourdrink-ltd/bernstein-task-server/revisions/86f514b4e920/schema)
