Next: Exit codes, Previous: Subcommand reference, Up: The Command-Line Client [Contents][Index]
Output is human-readable by default. Pass --json (a global flag) to get the raw MCP response, suitable for piping into jq:
--json
jq
ownsona --json list --limit 5 | jq '.matches[] | {id, text}'