---
title: "Get all enumeration stats"
method: GET
path: "/v1/asset/enumerate/stats"
tags: ["enumerations"]
---

# Get all enumeration stats

`GET /v1/asset/enumerate/stats`

## Headers

- `X-Team-Id` string

## Response `200`

Example response

- object
  - `asset_stats` AssetStats, required
    - `host` integer, required
    - `new_assets` integer, required
    - `total_assets` integer, required
    - `technologies` integer, required
    - `domains` integer, required
    - `port` integer, required
    - `screenshots` integer, required
    - `vulnerabilities` integer, required
    - `is_internal` integer — Count of internal assets
    - `is_external` integer — Count of external assets
  - `enumeration_stats` EnumerationCounts — Example response
    - `total_enumeration` integer
    - `total_unique_enumeration` integer
    - `total_uploaded_enumeration` integer
    - `total_discovery_enumeration` integer
    - `total_cloud_enumeration` integer

## 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 `asset_stats/is_external` to the response with the `200` status
  - added the optional property `asset_stats/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 info
  - endpoint added

[Change history](https://skmtc.dev/projectdiscovery/apis/pdcp-api/changes/v1/asset/enumerate/stats/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.dev/projectdiscovery/apis/pdcp-api/revisions/24404c1dd282?raw)
