---
title: "Get all Vulnerability Changelogs"
method: GET
path: "/v1/scans/vuln/changelogs"
tags: ["results"]
---

# Get all Vulnerability Changelogs

`GET /v1/scans/vuln/changelogs`

get changelogs of all vulnerabilities

## Query parameters

- `time` 'last_day' | 'last_week' | 'last_month' | 'last_3_months' | 'last_6_months' | 'last_12_months' | 'all_time'
- `event_type` string
- `sort_asc` string
- `sort_desc` string
- `limit` integer
- `offset` integer

## Headers

- `X-Team-Id` string

## Response `200`

Example response

- object
  - `data` VulnerabilityChangelogs[], required
    - `matcher_status` boolean, required
    - `vuln_id` string, required
    - `target` string, required
    - `template_url` string
    - `created_at` string, required
    - `updated_at` string
    - `scan_id` string, required
    - `event` VulnerabilityEvent, required
      - `curl-command` string
      - `extracted-results` string[]
      - `extractor-name` string
      - `host` string
      - `info` object
        - `classification` object
          - `cpe` string
          - `cve-id` string[]
          - `cvss-metrics` string
          - `cvss-score` number
          - `cwe-id` string[]
          - `epss-percentile` number
          - `epss-score` number
        - `metadata` object
        - `author` string[]
        - `description` string
        - `impact` string
        - `name` string, required
        - `tags` string[]
        - `reference` string[]
        - `remediation` string
        - `severity` string
      - `ip` string
      - `matched-at` string
      - `matched-line` integer[]
      - `matcher-name` string
      - `matcher-status` boolean
      - `path` string
      - `request` string
      - `response` string
      - `template-id` string
      - `template-path` string
      - `timestamp` string
      - `type` string
      - `error` string
      - `issue_trackers` object
        - `jira` VulnIssueTrackerItem
          - `id` string
          - `url` string
        - `github` VulnIssueTrackerItem
          - `id` string
          - `url` string
        - `gitlab` VulnIssueTrackerItem
          - `id` string
          - `url` string
        - `linear` VulnIssueTrackerItem
          - `id` string
          - `url` string
        - `custom` VulnIssueTrackerItem
          - `id` string
          - `url` string
      - `port` string
    - `change_event` VulnerabilityChangelogsEvent[]
      - `name` string — The name of the event
      - `from` unknown
      - `to` unknown
    - `template_id` string, required
    - `template_path` string
    - `template_encoded` string
    - `result_type` string, required
    - `vuln_status` string
    - `vuln_hash` string, required
    - `labels` string[]

## Other responses

- `400` — Example response
- `401` — Example response
- `499` — Example response
- `500` — Example response
- `default` — Example response

## Changes

- **2025-08-13** `c41cd7ae7718` — 1 info
  - endpoint added
- **2023-12-05** `5c3748c387f7` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/projectdiscovery/apis/pdcp-api/changes/v1/scans/vuln/changelogs/get.md)

---

[API](https://skmtc.dev/projectdiscovery/apis/pdcp-api.md) · [All operations](https://skmtc.dev/projectdiscovery/apis/pdcp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/projectdiscovery/pdcp-api/revisions/220f0adf9efd/schema)
