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

# GET /feedback/{CodeReviewArn}#RecommendationId

`GET /feedback/{CodeReviewArn}#RecommendationId`

Describes the customer feedback for a CodeGuru Reviewer recommendation.

## Path parameters

- `CodeReviewArn` string, required

## Query parameters

- `RecommendationId` string, required
- `UserId` string

## Response `200`

Success

- DescribeRecommendationFeedbackResponse
  - `RecommendationFeedback` object — The recommendation feedback given by the user.
    - `CodeReviewArn` string — The Amazon Resource Name (ARN) of the <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_CodeReview.html">CodeReview</a> object.
    - `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. You can send an empty list to clear off all your feedback.
    - `UserId` string — <p>The ID of the user that made the API call.</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>
    - `CreatedTimeStamp` string, date-time — The time at which the feedback was created.
    - `LastUpdatedTimeStamp` string, date-time — The time at which the feedback was last updated.

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