List Error Groups
Query Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
status | string | unresolved | Filter: unresolved, resolved, ignored, muted |
limit | integer | 25 | Results per page (max 100) |
offset | integer | 0 | Pagination offset |
sort | string | last_seen | Sort by: last_seen, first_seen, event_count |
Response
Get Error Group
Response
Error Group Fields
| Field | Type | Description |
|---|---|---|
id | uuid | Unique error group ID |
project_id | uuid | Project this group belongs to |
fingerprint | string | Hash used to group similar errors |
title | string | Representative error message |
type | string | Error class name |
level | string | Severity: fatal, error, warning |
status | string | unresolved, resolved, ignored, muted |
event_count | integer | Total occurrences |
first_seen | datetime | When this error first occurred |
last_seen | datetime | Most recent occurrence |
triage_summary | string | AI-generated root cause summary |
triage_fix | string | AI-generated fix suggestion |
assigned_to | uuid | User ID of assignee (or null) |