Skip to main content
GET
Retrieve what a completed run covered, per category

Headers

Authorization
string | null

Bearer token with API key

Path Parameters

run_id
string
required

Response

Successful Response

Response for GET /api/v1/run/{run_id}/coverage.

run_id
string
required
run_status
string
required

The run's terminal status. Anything but 'completed' means the rows below are what the run reached, not what it planned.

categories
CategoryCoverage · object[]
required

One row per category the run probed, ordered by category key.

categories_probed
integer
required

len(categories).

attacks_blocked
integer
required

Attacks the target refused, across every category.

attacks_got_through
integer
required

Attacks that produced a finding.