---
title: "Get All Enumeration Contents"
method: GET
path: "/v1/asset/enumerate/contents"
tags: ["enumerations"]
---

# Get All Enumeration Contents

`GET /v1/asset/enumerate/contents`

Get All enumeration content

## Query parameters

- `offset` integer
- `time` 'last_day' | 'last_week' | 'last_month' | 'last_3_months' | 'last_6_months' | 'last_12_months' | 'all_time'
- `limit` integer
- `is_tech` boolean
- `is_favicon` boolean
- `search` string
- `labels` string
- `is_new` boolean
- `host` string
- `port` string
- `status_code` string
- `title` string
- `content_length` string
- `domain` string
- `cname` string
- `technologies` string
- `ip` string
- `sort_asc` string
- `sort_desc` string
- `custom_filter` string
- `is_screenshot` boolean
- `favicon` string
- `only_dns` boolean
- `only_ip` boolean
- `is_internal` boolean
- `not_seen_for_days` integer

## Headers

- `X-Team-Id` string

## Response `200`

Example response

- object
  - `message` string, required
  - `data` EnumerationContent[], required
    - `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

## Other responses

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

## Changes

- **2026-07-13** `220f0adf9efd` — 1 info
  - added the new optional `query` request parameter `not_seen_for_days`
- **2026-05-08** `1d3f88ac9954` — 5 breaking
  - for the `query` request parameter `limit`, default value `100` was removed
  - removed the required property `current_page` from the response with the `200` status
  - removed the required property `result_count` from the response with the `200` status
  - removed the required property `total_pages` from the response with the `200` status
  - …1 more
- **2025-11-18** `41ee26b930f3` — 2 info
  - added the new optional `query` request parameter `is_internal`
  - 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

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