v1

latestOpenAPI 3.0.22026-07-23125563.8 KB
Errors Explorer

Get 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.

get/errors/{projectId}

Path parameters

projectIdstring required

The project ID

Query parameters

date_startstring date-time required

Start date in ISO 8601 format

date_endstring date-time required

End date in ISO 8601 format

pageinteger

Page number (0-indexed)

limitinteger

Maximum number of results (1-100)

tags[]string[]

Filter by tags (can be specified multiple times using bracket notation, e.g., tags[]=value1&tags[]=value2)

tags_logical_operator'OR' | 'AND'

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.

groups[]string[]

Filter by groups (can be specified multiple times using bracket notation, e.g., groups[]=group1&groups[]=group2)

authors[]string[]

Filter by git authors (can be specified multiple times using bracket notation, e.g., authors[]=author1&authors[]=author2)

error_targetstring

Filter by error target (e.g. CSS selector, URL)

error_messagestring

Filter by error message (case-insensitive partial match)

error_categorystring

Filter by error category

error_actionstring

Filter by error action

test_titlestring

Filter by test title (case-insensitive partial match)

order_by'count' | 'tests' | 'branches' | 'error'

Field to order results by

dir'asc' | 'desc'

Sort direction: desc (default) or asc.

group_by[]string[]

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'occurrence' | 'test' | 'branch'

Metric used for timeline ranking (occurrence, test, or branch)

top_ninteger

Maximum number of top errors per timeline bucket (1-50). Default: 5.

Response

Successful response

status'OK' required