GET
/
v1
/
retest
curl --request GET \
  --url https://api.projectdiscovery.io/v1/retest \
  --header 'X-API-Key: <api-key>'
{
  "message": "<string>",
  "results": [
    {
      "matcher_status": true,
      "vuln_id": "<string>",
      "target": "<string>",
      "template_url": "<string>",
      "created_at": "<string>",
      "updated_at": "<string>",
      "scan_id": "<string>",
      "event": [
        {
          "template-id": "<string>",
          "Info": {
            "name": "<string>",
            "author": [
              "<string>"
            ],
            "tags": [
              "<string>"
            ],
            "severity": "<string>",
            "description": "<string>",
            "impact": "<string>",
            "remediation": "<string>",
            "reference": [
              "<string>"
            ],
            "metadata": {
              "verified": true,
              "max-request": 123,
              "total-request": 123,
              "vendor": "<string>",
              "product": "<string>",
              "framework": "<string>",
              "shodan-query": "<string>",
              "fofa-query": "<string>",
              "censys-query": "<string>",
              "publicwww-query": "<string>",
              "google-query": "<string>"
            },
            "classification": {
              "cvss-metrics": "<string>",
              "cvss-score": 123,
              "cve-id": [
                "<string>"
              ],
              "cwe-id": [
                "<string>"
              ],
              "epss-score": 123,
              "epss-percentile": 123,
              "cpe": "<string>"
            }
          },
          "type": "<string>",
          "host": "<string>",
          "request": "<string>",
          "response": "<string>",
          "timestamp": "<string>",
          "matcher-status": true,
          "matched-line": [
            123
          ],
          "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>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Query Parameters

offset
string
required

number of results to skip

limit
integer
required

number of results

Response

200
application/json
Example response
message
string
required
results
object[]
required