---
title: "List Recommendations"
method: POST
path: "/cost/ri/recommendation"
tags: ["Cost"]
---

# List Recommendations

`POST /cost/ri/recommendation`

View RI Recommendations Reservations

## Request body

- ListRIRecommendationsRequest
  - `currency` 'AED' | 'ALL' | 'ARS' | 'AUD' | 'BAM' | 'BDT' | 'BGN' | 'BHD' | 'BRL' | 'CAD' | 'CHF' | 'CLP' | 'CNY' | 'COP' | 'CRC' | 'CZK' | 'DKK' | 'EGP' | 'EUR' | 'GBP' | 'HKD' | 'HRK' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'ISK' | 'JPY' | 'KES' | 'KRW' | 'KWD' | 'KZT' | 'MOP' | 'MVR' | 'MXN' | 'MYR' | 'NOK' | 'NZD' | 'OMR' | 'PEN' | 'PHP' | 'PKR' | 'PLN' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'SAR' | 'SEK' | 'SGD' | 'THB' | 'TRY' | 'TWD' | 'USD' | 'VND' | 'ZAR', required — currency of the cost. Example 'currency':'USD'
  - `services` string[]
  - `term` string, required — Year, it can be 1 or 3
  - `compute_forecast` boolean — flag to indicate whether to include compute forecast in the response
  - `payment_option` string — Select a payment option, it can be No_Upfront, Partial_Upfront or All_Upfront. payment_option: No_Upfront

## Response `200`

Success

- ListRIRecommendationsResponse
  - `total_count` integer — Total count
  - `page_count` integer — Page wise count
  - `recommendations` Recommendations[] — Recommendations suggested
    - `tenant_name` string — Tenant Name
    - `cloud_account_name` string — Cloud Account Name
    - `reservation_type` string — Reservation type
    - `reservation_sku` string — Reservation SKU Details
    - `region` string — Region
    - `quantity` integer — Quantity
    - `estimated_cost_savings` number — How much cost is saved based on recommendation suggested
    - `cloud_account_id` string — Cloud Account ID
    - `tenant_id` string — Tenant ID
    - `service` string — Cloud Service
    - `info` string — Information
    - `savings_percentage` string — Saving Percentage

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.dev/corestack/apis/corestack-external-api.md) · [All operations](https://skmtc.dev/corestack/apis/corestack-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corestack/corestack-external-api/revisions/bf2cdf20826d/schema)
