v1
latestOpenAPI 3.0.22026-07-23125563.8 KBGet errors explorer
Get aggregated error metrics for a project within a date range. Supports filtering by error_target, error_message, error_category, error_action, test_title, tags, branches, authors, and groups.
Path parameters
The project ID
Query parameters
Start date in ISO 8601 format
End date in ISO 8601 format
Page number (0-indexed)
Maximum number of results (1-100)
Filter by tags (can be specified multiple times using bracket notation, e.g., tags[]=value1&tags[]=value2)
Logical operator for tags filter: OR (match any) or AND (match all). Default: OR.
Filter by git branch. Use trailing * for prefix match (e.g. release/*). Max 250 characters per value.
Filter by groups (can be specified multiple times using bracket notation, e.g., groups[]=group1&groups[]=group2)
Filter by git authors (can be specified multiple times using bracket notation, e.g., authors[]=author1&authors[]=author2)
Filter by error target (e.g. CSS selector, URL)
Filter by error message (case-insensitive partial match)
Filter by error category
Filter by error action
Filter by test title (case-insensitive partial match)
Field to order results by
Sort direction: desc (default) or asc.
Group results by dimension (can be specified multiple times using bracket notation, e.g., group_by[]=target&group_by[]=message). Order matters: the first value is the primary grouping and filters out nulls for that dimension; subsequent values are applied in order. Grouping by test additionally returns signature, title, and spec on each item.
Metric used for timeline ranking (occurrence, test, or branch)
Maximum number of top errors per timeline bucket (1-50). Default: 5.
Response
Successful response