---
title: "Get Fixed Vulnerabilities Trend"
method: GET
path: "/dashboard/fixed-vulnerabilities-trend/"
tags: ["Dashboards"]
---

# Get Fixed Vulnerabilities Trend

`GET /dashboard/fixed-vulnerabilities-trend/`

## Query parameters

- `label` string[]
- `ordering` string
- `search` string
- `severity` integer[]
- `target` string[]
- `team` string[]

## Response `200`

- object
  - `start` string, date-time
  - `stop` string, date-time
  - `step` number
  - `results` object
    - `fixed` array[]
      - union[]
        - union
          - string, date-time
          - integer
    - `pending` array[]
      - union[]
        - union
          - string, date-time
          - integer

## Other responses

- `400`
- `401`
- `404`
- `500`

---

[API](https://skmtc.net/probely/apis/snyk-api-web-s-api-reference-documentation.md) · [All operations](https://skmtc.net/probely/apis/snyk-api-web-s-api-reference-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/probely/snyk-api-web-s-api-reference-documentation/versions/e29879bff01b/schema)
