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

# Get Enumeration Contents

`GET /v1/asset/enumerate/{enumerate_id}/contents`

Get enumeration content by enumerate_id

## Query parameters

- `offset` integer
- `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
- `cname` string
- `domain` string
- `technologies` string
- `ip` string
- `sort_asc` string
- `sort_desc` string
- `is_screenshot` boolean
- `time` 'last_day' | 'last_week' | 'last_month' | 'last_3_months' | 'last_6_months' | 'last_12_months' | 'all_time'
- `start_date` string, date
- `end_date` string, date
- `custom_filter` string
- `favicon` string
- `only_dns` boolean
- `only_ip` boolean
- `is_internal` 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` 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

- **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
- **2024-09-22** `407b73d9ce28` — 1 breaking, 2 warning, 27 info
  - the `data/items/ip` response's property type changed from `string` to `array` for status `200`
  - deleted the `query` request parameter `type`
  - removed the optional property `data/items/a` from the response with the `200` status
  - added the new optional `header` request parameter `X-Team-Id`
  - …26 more
- **2024-04-19** `ba8a20839440` — 1 breaking, 50 info
  - removed the enum value `dns` from the `query` request parameter `type`
  - the endpoint scheme security `X-API-Key` was added to the API
  - api tag `enumerations` added
  - added the new optional `query` request parameter `labels`
  - …47 more

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