Skip to main content
GET
Get an asset health score

Authorizations

Authorization
string
header
required

Personal or account token.

Path Parameters

asset_id
string
required

Asset identifier (Asset.id).

env_id
string
required

Environment identifier that scopes the request.

Response

Successful Response

asset_id
string
required

ID of the asset (matches Asset.id).

dimensions
DimensionHealthScore · object[]
required

Latest score per dimension. Dimensions with no results in the last 7 days are omitted.

total
HealthScoreBucket · object
required

Weighted score across all dimensions, using the environment's configured dimension weights. Computed per hourly bucket, where a dimension with no newer result keeps its last known score, so total.bucket_at can be later than some dimensions[].bucket_at. It is not the latest of the nested dimension scores.