---
title: "List Policy Recommendations"
method: GET
path: "/governance/guardrails/{tenant_id}/recommendations"
tags: ["Guardrails"]
---

# List Policy Recommendations

`GET /governance/guardrails/{tenant_id}/recommendations`

Policy recommendations are the guide line to the users to solve a policy violation by executing the recommendations the this can be a instruction or a combination of multipleinstructions defined to solve a problem

## Path parameters

- `tenant_id` string, required

## Query parameters

- `policy_id` string, required
- `cloud_account_id` string

## Response `200`

Success

- PolicyRecommendationListResponse
  - `recommendations` PolicyRecommendation, required
    - `recommendation_id` string, required — unique recommendation Id
    - `recommendation_name` string, required — recommendation name
    - `policy_id` string[], required — list of policy ids for which the recommendation exists
    - `status` string, required — resolution status of the recommendation the values will be open, resolved
    - `impact` string, required — impact of recommended changes
    - `classification` string, required — classified based on the kind of recommendation provided to the user can be cost, security etc
    - `cloud_account_id` string, required — cloud account id impacted by the recommendation
    - `cloud` string, required — cloud on which this account exits for which the recommendations exists
    - `tenant_name` string, required — tenant for which the recommendation exits
    - `tenant_id` string — Tenant ID
    - `created_at` string, required — UTC time at which the recommendation was created

## 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)
