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