get_recent_failures
Retrieve recent test failures for quick triage to see what is currently broken. Filter by spec file to narrow results and speed up triage.
Instructions
Get the most recent test failures for quick triage. Useful for seeing what's currently broken. For faster results, provide a spec_file filter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hours | No | Hours to look back (default: 24) | |
| limit | No | Maximum results (default: 20) | |
| spec_file | No | Filter by spec file (recommended for faster results) | |
| project_id | No | Project ID to filter by (optional) |