Historical Risk Meter Scores

GET https://{{API_URL}}/asset_groups/:id/report_query/historical_risk_meter_scores

Returns a listing of the historical Risk Meter scores for the Asset Group ID provided. If a start or end date is not provided, this endpoint defaults to returning risk meter scores for all time for the specified Asset Group.

Request Params

KeyDatatypeRequiredDescription
**Update {{id}} in the URL above (or variable) to reflect asset group stringAsset group id can be found in Kenna platform URL when risk meter is selected
all_timestringboolean- Setting this parameter to any value will retrieve the MTTR for the asset group for its whole lifetime. This parameter overrides the start_date and end_date parameters.
start_datestringstring - The iso timestamp of the start date of the period you wish to report on. Defaults to 30 days ago.
end_datestringstring - The iso timestamp of the end date of the period you wish to report on. Defaults to today.