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}/overviewParameters
| Parameter | Description |
|---|---|
| A project id from GET /projects. | |
| 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. | |
| stable: the project’s stable branch only; all: every branch. |
Responses
200400401403404429500