v6

latestOpenAPI 3.1.0MIT Licenseraw.githubusercontent.com2026-08-01501943.8 KB
Flaky Tests

List retried tests

Returns raw retried_tests rows sorted by id DESC (most recent first), with cursor-based pagination and an optional date filter. The default window is the last 14 days.

get/api/v1alpha/retried_tests

Query parameters

afterstring date-time
Example:2026-02-24T00:00:00Z

Lower bound on retried_at. Must be an ISO 8601 timestamp with explicit timezone. Defaults to 14 days ago.

cursorinteger

Pagination cursor — the id of the last row from the previous page.

limitinteger

Maximum rows to return. Capped at 500.

Response

Retried test rows retrieved successfully

cursorinteger nullable required

ID of the last row; pass as cursor to fetch the next page. Null when has_more is false.

has_moreboolean required

Whether more rows exist beyond this page