Skip to main content
GET
Get Coverage Overview

Authorizations

Authorization
string
header
required

API key generated from the MindFort dashboard. Pass as Authorization: Bearer <your-api-key>.

Query Parameters

target_id
string<uuid>

Response

200 - application/json

Coverage overview returned

total_checks
integer
required

Number of active coverage checks when this summary is requested.

Required range: x >= 0
tested_checks
integer
required
Required range: x >= 0
completion_pct
integer
required
Required range: 0 <= x <= 100
counts
object
required
by_team
object[]
required
matrix
object[]
required
last_run_at
string<date-time> | null

Most recent coverage run start or completion time, or null if no run has started.