Skip to main content
GET
Get a specific vulnerability

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Vulnerability ID

Response

Vulnerability retrieved successfully

id
integer
title
string
description
string
severity
enum<string>
Available options:
Critical,
High,
Medium,
Low,
Informational
status
string
cvss_score
number<float>
created_at
string<date-time>
updated_at
string<date-time>
tags
object[]
attachments
object[]