Skip to main content
All failure analysis commands live under the fa group.

Common Flags

Every fa subcommand accepts:

fa run

Run failure analysis on a trace or dataset.
--trace-id and --dataset are mutually exclusive. At least one is required.

Examples

Output

Displays:
  • Summary — failures detected, passes, severity, confidence, primary failure
  • Alert & CI-gate recommendations
  • Per-failure tags — bucket, subcategory, decision, severity, confidence, detector, rationale
  • Linked results — associated eval run ID and security batch ID (if applicable)

fa status

Check the status of a failure analysis run.
In wait mode, the CLI polls every 3 seconds until the run completes, fails, or is cancelled.

fa result

Fetch and display failure analysis results.

JSON Output Fields

When using --json, the output includes:

fa list

List failure analysis runs with pagination.

Examples

Displays run ID, status, input type, failure count, primary failure, and created date.