Search
Search is a server-owned, account-scoped operation over durable WEDNESDAY state. It is separate from model web search.
Global search
GET/search
Search the authenticated account's durable search surface.
The verified query contract uses:
| Parameter | Constraint |
|---|---|
q |
Required; 1–160 characters |
limit |
1–100; default 25 |
Results are returned with Cache-Control: no-store.
Project search
GET/projects/{project_id}/search
Search within an account-owned project, including a bounded filter and result limit.
Rate limits and errors
Search can return:
422for an invalid query contract;429when the search protection limit is exceeded;503when search storage or protection is unavailable.
Not the same as web search
This page documents product-state search. Model tools that discover or ground information from the public web have a separate execution and security boundary and should not be inferred from /search.