---
title: "GET /v1/recommendations/{recommendationIdentifier}/resources"
method: GET
path: "/v1/recommendations/{recommendationIdentifier}/resources"
---

# GET /v1/recommendations/{recommendationIdentifier}/resources

`GET /v1/recommendations/{recommendationIdentifier}/resources`

List Resources of a Recommendation. This API provides global recommendations, eliminating the need to call the API in each AWS Region.

## Path parameters

- `recommendationIdentifier` string, required

## Query parameters

- `nextToken` string
- `maxResults` integer
- `status` 'ok' | 'warning' | 'error'
- `exclusionStatus` 'excluded' | 'included'
- `regionCode` string
- `language` 'en' | 'ja' | 'zh' | 'fr' | 'de' | 'ko' | 'zh_TW' | 'it' | 'es' | 'pt_BR' | 'id'

## Response `200`

Success

- ListRecommendationResourcesResponse
  - `nextToken` string — The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
  - `recommendationResourceSummaries` RecommendationResourceSummary[], required — A list of Recommendation Resources
    - `id` string, required — The ID of the Recommendation Resource
    - `arn` string, required — The ARN of the Recommendation Resource
    - `awsResourceId` string, required — The AWS resource identifier. There are certain checks that generate recommendation resources without an awsResourceId.
    - `regionCode` string, required — The AWS Region code that the Recommendation Resource is in
    - `status` 'ok' | 'warning' | 'error', required — The current status of the Recommendation Resource
    - `metadata` object, required — Metadata associated with the Recommendation Resource
    - `lastUpdatedAt` string, date-time, required — When the Recommendation Resource was last updated
    - `exclusionStatus` 'excluded' | 'included' — The exclusion status of the Recommendation Resource
    - `recommendationArn` string, required — The Recommendation ARN

## Other responses

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

---

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