v1
latestOpenAPI 3.0.12026-07-26152262362.2 KBList insights
Returns a paginated list of insights with their aggregate summaries (savings, risk counts). Use query parameters to filter by status, category, provider, or priority. Does not include individual resource-level results — use the resource-results endpoint for those.
Query parameters
Free-text search term to filter insights by title or description.
Filter by one or more display statuses.
Filter by insight category.
The cloud provider associated with the resource.
Filter by cloud provider (e.g. "aws", "gcp", "azure").
the source that generated insights
[ "aws-trusted-advisor, aws-cost-optimization-hub, aws-security-hub, azure-advisor, custom, gcp-recommender" ]
Filter by one or more priority levels.
Filter by one or more tags (e.g. security certification labels like "ISO").
When true, return only insights flagged as easy wins.
When true, return only insights that have associated CloudFlow automations.
Token from a previous response to fetch the next page.
Maximum number of results per page (default 50, max 500).
Response
Successful operation
Example response
{
"results": [
{
"source": "aws-trusted-advisor, aws-cost-optimization-hub, aws-security-hub, azure-advisor, custom, gcp-recommender",
"cloudProvider": "aws",
"lastStatusChange": {
"userId": "/users/0Rkrkeq5P0XLe8QFHKq2"
}
}
]
}