---
title: "GET /feedback/{CodeReviewArn}/RecommendationFeedback"
method: GET
path: "/feedback/{CodeReviewArn}/RecommendationFeedback"
---

# GET /feedback/{CodeReviewArn}/RecommendationFeedback

`GET /feedback/{CodeReviewArn}/RecommendationFeedback`

Returns a list of <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_RecommendationFeedbackSummary.html">RecommendationFeedbackSummary</a> objects that contain customer recommendation feedback for all CodeGuru Reviewer users.

## Path parameters

- `CodeReviewArn` string, required

## Query parameters

- `NextToken` string
- `MaxResults` integer
- `UserIds` UserId[]
- `RecommendationIds` RecommendationId[]

## Response `200`

Success

- ListRecommendationFeedbackResponse
  - `RecommendationFeedbackSummaries` RecommendationFeedbackSummary[] — Recommendation feedback summaries corresponding to the code review ARN.
    - `RecommendationId` string — The recommendation ID that can be used to track the provided recommendations. Later on it can be used to collect the feedback.
    - `Reactions` Reaction[] — List for storing reactions. Reactions are utf-8 text code for emojis.
    - `UserId` string — <p>The ID of the user that gave the feedback.</p> <p> The <code>UserId</code> is an IAM principal that can be specified as an Amazon Web Services account ID or an Amazon Resource Name (ARN). For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_principal.html#Principal_specifying"> Specifying a Principal</a> in the <i>Amazon Web Services Identity and Access Management User Guide</i>.</p>
  - `NextToken` string — If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.

## Other responses

- `480` — ResourceNotFoundException
- `481` — InternalServerException
- `482` — ValidationException
- `483` — AccessDeniedException
- `484` — ThrottlingException

---

[API](https://skmtc.net/aws/apis/codeguru-reviewer.md) · [All operations](https://skmtc.net/aws/apis/codeguru-reviewer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/codeguru-reviewer/versions/cb6ad5d08771/schema)
