List error groups
List error signatures. Failures grouped by error signature in a period, most frequent first. Every count covers the period; firstSeen is the first occurrence still stored, not bounded by it. Moderate: one aggregate query.
GET
/api/v1/projects/{projectId}/errorsParameters
| Parameter | Description |
|---|---|
| A project id from GET /projects. | |
| 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. | |
| 1-based page number. A page past the end answers the last page. | |
| Rows per page. |
Responses
200400401403404429500