Search CLI reference
Search the Atoi context you can access.
Use this page to inspect every public atoi search command, its accepted flags, and one runnable example.
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
}
}
Read Run work from the terminal for the rest of this group, or the CLI reference index for every command.
Was this useful?