Skip to main content
GET
Get Result

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Key
string | null

Path Parameters

scan_id
string
required
result_id
string
required

Query Parameters

view
enum<string>
default:auto
Available options:
auto,
slices,
volume

Cookies

blindsight_session
string | null

Response

Successful Response

id
string
required
scan_id
string
required
filepath
string
required
given_label
string | null
required
predicted_label
string | null
required
flags
Flags · object | null
required
extra
Extra · object | null
required
scan_type
string | null
vulnerability_type
string | null
severity
string | null
status
string | null
score
number | null
dataset_id
string | null
created_at
string<date-time> | null
mislabel_performed
boolean | null
poison_performed
boolean | null
volume
VolumeInfo · object | null