Retrieve a vulnerability archive export
GET
/api/v4/security/vulnerability_archive_exports/{id}
Retrieves the attributes for a specified vulnerability archive export. You can use this endpoint to poll the export status until it is finished. Clients should use the Poll-Interval response header to determine how long to wait before sending the next poll. The Poll-Interval represents the time in milliseconds.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” id
required
integer
The ID of the vulnerability archive export
Responses
Section titled “ Responses ”OK
Media type application/json
object
id
integer format: int64
created_at
string format: date-time
project_id
integer format: int64
format
string
status
string
started_at
string format: date-time
finished_at
string format: date-time
_links
object
Example generated
{ "id": 1, "created_at": "2026-04-15T12:00:00Z", "project_id": 1, "format": "example", "status": "example", "started_at": "2026-04-15T12:00:00Z", "finished_at": "2026-04-15T12:00:00Z", "_links": {}}Bad Request
Not Found