---
title: "Get Enumeration Domain Contents"
method: GET
path: "/v1/asset/domain/{domain_name}"
tags: ["enumerations", "domains"]
---

# Get Enumeration Domain Contents

`GET /v1/asset/domain/{domain_name}`

Get enumeration content by domain_name

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

## 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` — 1 info
  - added the optional property `data/items/is_internal` to the response with the `200` status
- **2025-10-28** `c9df54e2fb2c` — 1 info
  - endpoint added

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