ListPatterns returns patterns visible to the requested scope, including built-in patterns which are globally visible.
Usage:
tare api guardrails patterns list [flags]
Flags:
--builtin-only When true, return only built-in patterns (is_builtin=true).
--category string Optional filter by category (e.g., "pii", "credentials").
--customer-id string Owning customer scope; defaults to caller's session customer when empty.
--project-id string Owning project scope; defaults to caller's session project when empty.
--search string Optional substring search on pattern name or display_name.
Global Flags:
--base-url string override the active profile's base URL for this invocation
-o, --output string output format: json (default "json")
-p, --profile string credential profile (overrides AGENTROUTER_PROFILE / active)
-q, --quiet Suppress progress output; only errors and the final summary go to stderr
-v, --verbose Verbose output: plain-mode progress lines plus full per-blob chunk logs to stderr