Skip to main content
GET
Get Target Health Score

Authorizations

Authorization
string
header
required

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

Path Parameters

target_id
string<uuid>
required

Target UUID

Response

Successful response

target_id
string<uuid>
required
health_grade
enum<string>
required

A >= 9, B >= 8, C >= 7, D >= 6, and F < 6; N/A means not assessed.

Available options:
A,
B,
C,
D,
F,
N/A
total_findings
integer
required

Active vulnerable findings contributing to the health score.

health_score
number | null

Security health score from 0 to 10; higher is better. Null means the target has not completed a red-team assessment.

Required range: 0 <= x <= 10