---
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
- `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

---

[API](https://skmtc.net/projectdiscovery/apis/pdcp-api.md) · [All operations](https://skmtc.net/projectdiscovery/apis/pdcp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/projectdiscovery/pdcp-api/versions/220f0adf9efd/schema)
