---
title: "Get Retest Vulnerability"
method: GET
path: "/v1/retest/{vuln_id}"
tags: ["retests"]
---

# Get Retest Vulnerability

`GET /v1/retest/{vuln_id}`

Get retest vulnerability (retests from editor)

## Headers

- `X-Team-Id` string

## Response `200`

Example response

- object
  - `message` string, required
  - `results` VulnerabilityResults, 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
    - `template_id` string, required
    - `template_path` string
    - `template_encoded` string
    - `result_type` string, required
    - `vuln_status` string
    - `vuln_hash` string, required
    - `is_regression` boolean
    - `is_internal` boolean
    - `labels` string[]
    - `port` integer
    - `asset_metadata` EnumerationContent
      - `enumeration_id` string, required
      - `name` string, required
      - `created_at` string, required
      - `updated_at` string
      - `id` integer, required
      - `labels` string[]
      - `cname` string[]
      - `host` string
      - `port` integer
      - `ip` string[]
      - `status_code` integer
      - `content_length` integer
      - `vulnerabilities` integer
      - `title` string
      - `technologies` string[]
      - `webserver` string
      - `method` string
      - `is_new` boolean, required
      - `type` string
      - `asset_hash` string
      - `technology_details` object
      - `screenshot_path` string
      - `favicon` string
      - `favicon_body` string
      - `cdn_name` string
      - `chain_status_codes` string[]
      - `domain_name` string
      - `redirect_location` string
      - `asn` object
        - `as_country` string
        - `as_name` string
        - `as_number` string
        - `as_range` string[]
      - `tls_serial_number` string
      - `tls_subject_org` string
      - `tls_issuer_org` string
      - `tls_expired` boolean
      - `tls_not_before` string, date-time
      - `tls_self_signed` boolean
      - `tls_mismatched` boolean
      - `tls_revoked` boolean
      - `tls_untrusted` boolean
      - `tls_subject_cn` string
      - `tls_subject_an` string[]
      - `body` string
      - `tls_not_after` string, date-time
      - `enumeration_name` string
      - `extended_metadata` object
      - `source_type` string
      - `source` EnumerationSourceValue[]
        - `source` string, required
        - `metadata` object, required
      - `is_internal` boolean
    - `remediation` string
    - `description` string
    - `impact` string
    - `reference` string[]

## Other responses

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

## Changes

- **2025-11-18** `41ee26b930f3` — 2 info
  - added the optional property `results/asset_metadata/is_internal` to the response with the `200` status
  - added the optional property `results/is_internal` to the response with the `200` status
- **2025-10-28** `c9df54e2fb2c` — 4 info
  - added the optional property `results/description` to the response with the `200` status
  - added the optional property `results/impact` to the response with the `200` status
  - added the optional property `results/reference` to the response with the `200` status
  - added the optional property `results/remediation` to the response with the `200` status
- **2025-08-13** `c41cd7ae7718` — 3 breaking, 24 info
  - removed the required property `results` from the response with the `400` status
  - removed the required property `results` from the response with the `401` status
  - removed the required property `results` from the response with the `500` status
  - added the optional property `code` to the response with the `400` status
  - …23 more
- **2024-09-22** `407b73d9ce28` — 4 breaking, 5 info
  - the response property `results/event/items/info` became optional for the status `200`
  - the response property `results/event/items/info` became optional for the status `400`
  - the response property `results/event/items/info` became optional for the status `401`
  - the response property `results/event/items/info` became optional for the status `500`
  - …5 more
- …earlier changes not shown

[Full history](https://skmtc.dev/projectdiscovery/apis/pdcp-api/changes/v1/retest/:vuln_id/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)
