DevelopersTerminal
Search CLI reference
Search the Atoi context you can access.
On this page
Use this page to inspect every public atoi search command, its accepted flags, and one runnable example. Return to the CLI reference index to choose another command group.
atoi searchSearch the Atoi context you can access.
#search
Search accessible Threads, messages, Projects, Tasks, files, and outputs.
atoi search <query> [--scope <scope>] [--limit <n>]
| Flag | Type | Default | Values | What it does |
|---|---|---|---|---|
--scope | string | Limit the search to one supported scope. | ||
--limit | number | Limit the number of returned records. | ||
--json | boolean | false | Emit the canonical JSON envelope. | |
--ndjson | boolean | false | Emit one canonical JSON envelope per line. | |
--format | string | text | text, json | Choose human text or the JSON envelope. |
--help -h | boolean | Show command help. |
#Run search
atoi search "release evidence" --limit 10 --json
{
"tool": "atoi_search",
"arguments": {
"query": "release evidence",
"limit": 10
}
}
Was this useful?