---
title: "Get All Results"
method: GET
path: "/v1/scans/results"
tags: ["results"]
---

# Get All Results

`GET /v1/scans/results`

Get scans results of a user

## Query parameters

- `offset` integer
- `limit` integer
- `severity` string
- `search` string
- `host` string
- `domain` string
- `port` string
- `templates` string
- `time` string
- `vuln_status` string
- `tags` string
- `sort_asc` string
- `sort_desc` string
- `is_ticket` boolean
- `labels` string
- `category` string
- `is_regression` boolean
- `is_internal` boolean
- `asset_metadata` boolean

## Headers

- `X-Team-Id` string

## Response `200`

Example response

- object
  - `current_page` integer, required
  - `result_count` integer, required
  - `total_results` integer, required
  - `total_pages` integer, required
  - `message` string, required
  - `data` 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[]
  - `stats` object
    - `total` integer
  - `filters` object

## Other responses

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

## Changes

- **2026-05-08** `1d3f88ac9954` — 1 breaking
  - for the `query` request parameter `severity`, default value `unknown,low,medium,high,critical` was added
- **2025-11-18** `41ee26b930f3` — 3 info
  - added the new optional `query` request parameter `is_internal`
  - added the optional property `data/items/asset_metadata/is_internal` to the response with the `200` status
  - added the optional property `data/items/is_internal` to the response with the `200` status
- **2025-10-28** `c9df54e2fb2c` — 1 info
  - endpoint added
- **2025-08-13** `c41cd7ae7718` — 1 breaking
  - api path removed without deprecation
- **2024-09-22** `407b73d9ce28` — 1 breaking, 3 info
  - the response property `data/items/event/items/info` became optional for the status `200`
  - added the new optional `header` request parameter `X-Team-Id`
  - added the new optional `query` request parameter `is_ticket`
  - added the optional property `data/items/event/items/issue_trackers` to the response with the `200` status

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