--kind | string | none | Restrict results to one artifact kind. |
--strategy | enum | fts | fts, vector, hybrid, agent, or group. |
--workspace, -w | string | none | Scope to one workspace. |
--all-workspaces, -A | Boolean | false | Make account-wide intent explicit. |
--filter | expression, repeatable | none | Filter field=value or field[op]=value; operators: eq, ne, gt, gte, lt, lte, in, contains. |
--fields | string list | none | Return only selected fields. |
--sort | string, repeatable | relevance/default | Sort by field; prefix with - for descending. |
--limit, -L | integer | server default | Maximum results, up to 500. |
--include-system | Boolean | false | Include system-owned artifacts. |
--json | string list | none | Select description, id, kind, name, score, updated_at, or workspace_id. |
--jq, -q | string | none | Filter JSON output with jq. |
--template, -t | string | none | Render JSON data with a Go template. |