List error signatures
squally-list-errorsIdentify recurring test failures by grouping error signatures over a selected period, showing frequency and recency to reveal whether a failure is a persistent issue or a one-off.
Instructions
The project's error signatures in a period: failures grouped by fingerprint, with how often and how recently each occurred. Answers 'is this failure one instance of something that keeps happening' - a grouping no agent can compute from the repository alone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | The period, in days, ending now. Must not exceed the plan's retention (Standard 60, Pro 90 days); a longer period is refused with 400 invalid_period rather than answered with less data. | |
| page | No | 1-based page number. A page past the end answers the last page. | |
| perPage | No | Rows per page. | |
| projectId | Yes | A project id from GET /projects. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | ||
| errors | Yes | ||
| window | Yes | ||
| project | Yes | ||
| unfingerprintedCount | Yes |