Skip to content
Project

Get dashboard figures

The dashboard for a period: last run, stability, time lost, slowest tests, time sinks, recent runs. Moderately expensive: its flaky count rides on one engine pass.

GET/api/v1/projects/{projectId}/overview

Parameters

ParameterDescription
projectIdstring · pathrequired
A project id from GET /projects.
days7 | 30 | 90 · default 30
The period, in days, ending now. Must not exceed the plan’s retention (Standard 60, Pro 90 days); a longer period is refused with 400 invalid_period rather than answered with less data.
branchstable | all · default stable
stable: the project’s stable branch only; all: every branch.

Responses

200400401403404429500