Skip to main content
GET
Get Results

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

Query Parameters

page
integer
default:1
Required range: x >= 1
per_page
integer
default:20
Required range: 1 <= x <= 200
view
enum<string>
default:auto
Available options:
auto,
slices,
volume
include_candidates
boolean
default:false
include_weak_candidates
boolean
default:false
paginated
boolean
default:false
q
string | null
type
string[]
subtype
string[]
severity
string[]
status
string[]
off_topic_score_min
number | null
off_topic_score_max
number | null

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