---
title: "GET /get-recommendation-report-details/{id}"
method: GET
path: "/get-recommendation-report-details/{id}"
---

# GET /get-recommendation-report-details/{id}

`GET /get-recommendation-report-details/{id}`

Retrieves detailed information about the specified recommendation report.

## Path parameters

- `id` string, required

## Response `200`

Success

- GetRecommendationReportDetailsResponse
  - `id` string — The ID of the recommendation report generation task. See the response of <a>StartRecommendationReportGeneration</a>.
  - `recommendationReportDetails` object — Detailed information about the recommendation report.
    - `completionTime` string, date-time — The time that the recommendation report generation task completes.
    - `s3Bucket` string — The S3 bucket where the report file is located.
    - `s3Keys` String[] — The Amazon S3 key name of the report file.
    - `startTime` string, date-time — The time that the recommendation report generation task starts.
    - `status` 'FAILED' | 'IN_PROGRESS' | 'SUCCESS' — The status of the recommendation report generation task.
    - `statusMessage` string — The status message for recommendation report generation.

## Other responses

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

---

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