Skip to content
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 accessible Threads, messages, Projects, Tasks, files, and outputs.

atoi search <query> [--scope <scope>] [--limit <n>]

FlagTypeDefaultValuesWhat it does
--scopestringLimit the search to one supported scope.
--limitnumberLimit the number of returned records.
--jsonbooleanfalseEmit the canonical JSON envelope.
--ndjsonbooleanfalseEmit one canonical JSON envelope per line.
--formatstringtexttext, jsonChoose human text or the JSON envelope.
--help -hbooleanShow command help.
bash
atoi search "release evidence" --limit 10 --json

Was this useful?