---
title: "Get Retest Results"
method: GET
path: "/v1/retest"
---

# Get Retest Results

`GET /v1/retest`

Get user retest results

## Query parameters

- `offset` integer, required
- `limit` integer, required

## Response `200`

Example response

- object
  - `message` string, required
  - `results` object[], 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` object[], required
      - `template-id` string
      - `Info` object
        - `name` string
        - `author` string[]
        - `tags` string[]
        - `severity` string
        - `description` string
        - `impact` string
        - `remediation` string
        - `reference` string[]
        - `metadata` object
          - `verified` boolean
          - `max-request` integer
          - `total-request` integer
          - `vendor` string
          - `product` string
          - `framework` string
          - `shodan-query` string
          - `fofa-query` string
          - `censys-query` string
          - `publicwww-query` string
          - `google-query` string
        - `classification` object
          - `cvss-metrics` string
          - `cvss-score` number
          - `cve-id` string[]
          - `cwe-id` string[]
          - `epss-score` number
          - `epss-percentile` number
          - `cpe` string
      - `type` string
      - `host` string
      - `request` string
      - `response` string
      - `timestamp` string
      - `matcher-status` boolean
      - `matched-line` integer[]
      - `ip` string
      - `matched-at` string
      - `curl-command` string
      - `matcher-name` string
      - `extracted-results` string
      - `template-url` string
      - `template-path` string
      - `extractor-name` string
      - `path` string
    - `template_id` string
    - `template_path` string
    - `template_encoded` string
    - `result_type` string, required

## Other responses

- `401` — Example response
- `500` — Example response

## Changes

- **2023-12-05** `5c3748c387f7` — 1 info
  - endpoint added

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