Retrieve a vulnerability export
GET
/api/v4/security/vulnerability_exports/{id}
Retrieves a specified vulnerability export.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”id
required
integer
The ID of the vulnerability export
Responses
Section titled “Responses”OK
Media typeapplication/json
object
id
integer format: int64
created_at
string format: date-time
project_id
integer format: int64
group_id
integer format: int64
format
string
status
string
started_at
string format: date-time
finished_at
string format: date-time
send_email
boolean
expires_at
string format: date-time
_links
object
self
string
download
string
Examplegenerated
{ "id": 1, "created_at": "2026-04-15T12:00:00Z", "project_id": 1, "group_id": 1, "format": "example", "status": "example", "started_at": "2026-04-15T12:00:00Z", "finished_at": "2026-04-15T12:00:00Z", "send_email": true, "expires_at": "2026-04-15T12:00:00Z", "_links": { "self": "example", "download": "example" }}Bad Request
Not Found