v1

latestOpenAPI 3.0.32026-07-134103031.5 MB
Dashboards

Get Fixed Vulnerabilities Trend

get/dashboard/fixed-vulnerabilities-trend/

Query parameters

labelstring[]

A unique Base58 value identifying this object.

orderingstring

Which field to use when ordering the results.

searchstring

A search term.

severityinteger[]
  • 10 - low
  • 20 - medium
  • 30 - high
  • 40 - critical
targetstring[]

A unique Base58 value identifying this object.

teamstring[]

A unique Base58 value identifying this object.

Response

startstring date-time
stopstring date-time
stepnumber

Example response

{
  "step": 604800,
  "results": {
    "fixed": [
      [
        "2026-05-19T13:21:10.887121Z",
        10
      ]
    ],
    "pending": [
      [
        "2026-05-19T13:21:10.887132Z",
        20
      ]
    ]
  }
}