GET
/
v1
/
assets
/
{asset_Id}
curl --request GET \
  --url https://api.projectdiscovery.io/v1/assets/{asset_Id} \
  --header 'X-API-Key: <api-key>'
{
  "message": "<string>",
  "asset_count": 123,
  "asset_id": "<string>",
  "uploaded_at": "<string>",
  "name": "<string>"
}

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team

Path Parameters

asset_Id
string
required

Response

200
application/json
Example response
message
string
required
asset_count
integer
asset_id
string
uploaded_at
string
name
string