{
"findings": [
{
"target_id": "<string>",
"target_kind": "<string>",
"target_properties": {},
"finding_name": "<string>",
"environment_id": {},
"impact_percentage": 123,
"impact_count": 123,
"accepted_until": 123
}
],
"finding_assets": {}
}
Fetches all attack path findings and their associated details, including documentation.
{
"findings": [
{
"target_id": "<string>",
"target_kind": "<string>",
"target_properties": {},
"finding_name": "<string>",
"environment_id": {},
"impact_percentage": 123,
"impact_count": 123,
"accepted_until": 123
}
],
"finding_assets": {}
}
Authorization: Bearer $JWT_TOKEN
Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240.
x >= 0
OK
The response is of type object
.