v1

latestOpenAPI 3.1.0BSD-32026-07-2471176175.5 KB
recommendations

Get recommendation

Returns the full details of a single recommendation, including metadata, suggested actions, and cost impact. Note: The optimization_id field is deprecated; use recommendation_type_id instead.

get/v2/optimize/recommendations/{recommendation_id}

Path parameters

recommendation_idstring required

The ID of the recommendation to get

The ID of the recommendation to get

Response

Successful Response

columnsstring[]

The columns in the response

display_namesobject

A mapping of column names to display names

multiple_value_columnsstring[]

Columns in the response that are an array of values

Example response

{
  "recommendation": {
    "recommendation_id": "rec-12345",
    "title": "Rightsize EC2 instance",
    "category": "optimization",
    "optimization_id": "CIR-AWS-00216",
    "recommendation_type_id": "CIR-AWS-00216",
    "source": "CloudZero",
    "effort": "low",
    "status": "not_started",
    "cost_impact_last_30_days": 150,
    "enriched": false
  }
}