GET
/
v1
/
asset
/
exposures
/
metrics
Get exposure metrics
curl --request GET \
  --url https://api.projectdiscovery.io/v1/asset/exposures/metrics \
  --header 'X-API-Key: <api-key>'
{
  "total_assets": 123,
  "new_assets": 123,
  "unique_technologies": 123,
  "new_technologies": 123,
  "total_hosts": 123,
  "new_hosts": 123,
  "time_series": [
    {
      "date": "2023-12-25",
      "assets": 123,
      "technologies": 123,
      "hosts": 123
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

Query Parameters

interval
enum<string>
default:monthly

The time interval for the metrics

Available options:
monthly

Response

200
application/json

Example response

The response is of type object.