# /search

1 route.

## GET /v1/search

Search everything

**Scopes** — `todos:read`, `containers:read`

**Query**

| parameter | type | | limit |
|---|---|---|---|
| `limit` | integer | optional | max 200 |
| `cursor` | string | optional | max 4096 chars |
| `updated_since` | string | optional | max 24 chars |
| `q` | string | required | max 512 chars, min 1 |

**Errors** — [unauthorized](/errors/unauthorized) · [rate_limited](/errors/rate_limited)
