v1
latestOpenAPI 3.0.12026-07-26152262362.2 KBInsights
Retrieve an insight
Returns the metadata and aggregate summary for a single insight identified by source and key. Does not include individual resource-level results — use the resource-results endpoint for those.
get/insights/v1/results/source/{sourceID}/insight/{insightKey}
Path parameters
sourceIDstring required
The identifier of the source that generated the insight.
insightKeystring required
The unique key identifying the insight.
Response
Successful operation
Example response
{
"source": "aws-trusted-advisor, aws-cost-optimization-hub, aws-security-hub, azure-advisor, custom, gcp-recommender",
"cloudProvider": "aws",
"lastStatusChange": {
"userId": "/users/0Rkrkeq5P0XLe8QFHKq2"
}
}