You can now generate a condensed failure report for any pipeline run using circleci run get --failure-report. The report prints output for every failed step, formatted for AI agent consumption.
Pipe it to your local coding agent to diagnose and fix failing builds. By default, the CLI retrieves the latest run from your current git remote and branch. If the run did not fail, the report returns nothing. Pass a run ID to retrieve a specific run instead.
| Learn more | Install the CLI | CLI reference |