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

# Get enumeration stats

`GET /v1/asset/enumerate/{enumerate_id}/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` — 3 info
  - added the new optional `query` request parameter `is_internal` to all path's operations
  - 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` — 6 info
  - added the new optional `query` request parameter `end_date` to all path's operations
  - added the new optional `query` request parameter `start_date` to all path's operations
  - added the new optional `query` request parameter `time` to all path's operations
  - added the new optional `header` request parameter `X-Team-Id`
  - …2 more
- **2024-04-19** `ba8a20839440` — 1 info
  - endpoint added

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