Skip to main content
GET
Get scan tests by ID

Authorizations

Authorization
string
header
required

Use the "API key" from the profile page as the token

Path Parameters

id
integer
required

id of scan

Query Parameters

resource_type
enum<string>

Useful for filtering tests based on whether they return a finding. When set to finding, it returns only tests that generated findings. When set to scan, it returns only tests that did not result in a finding.

Available options:
scan,
finding
resource_id
integer

Show tests for a specific scan or finding ID. When set, resource_type is required.

Response

OK

data
object[]
required