---
title: "Get enumerated asset details"
method: GET
path: "/v1/asset/{asset_id}"
tags: ["assets"]
---

# Get enumerated asset details

`GET /v1/asset/{asset_id}`

## Headers

- `X-Team-Id` string

## Response `200`

Example response

- object
  - `id` integer, required
  - `enumeration_id` string, required
  - `name` string, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `status_code` integer
  - `technologies` string[]
  - `webserver` string
  - `request` string
  - `response` string
  - `cname` string[]
  - `labels` string[]
  - `ip` string
  - `content_length` integer
  - `title` string
  - `host` string
  - `port` integer
  - `technology_details` string, json
  - `is_new` boolean
  - `body` string
  - `cloud_name` string
  - `cdn_name` string
  - `waf_name` string
  - `source_type` string
  - `extended_metadata` object

## Other responses

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

## Changes

- **2026-03-06** `b69f036fb8ff` — 5 info
  - added the optional property `cdn_name` to the response with the `200` status
  - added the optional property `cloud_name` to the response with the `200` status
  - added the optional property `extended_metadata` to the response with the `200` status
  - added the optional property `source_type` to the response with the `200` status
  - …1 more
- **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, 1 warning, 10 info
  - the `status_code` response's property type changed from `string` to `integer` for status `200`
  - deleted the `query` request parameter `type`
  - added the new optional `header` request parameter `X-Team-Id`
  - added the optional property `cname` to the response with the `200` status
  - …8 more
- **2024-04-19** `ba8a20839440` — 1 info
  - endpoint added

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