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

# GET /v1/organization-recommendations/{organizationRecommendationIdentifier}/resources

`GET /v1/organization-recommendations/{organizationRecommendationIdentifier}/resources`

List Resources of a Recommendation within an Organization. This API only supports prioritized recommendations and provides global priority recommendations, eliminating the need to call the API in each AWS Region.

## Path parameters

- `organizationRecommendationIdentifier` string, required

## Query parameters

- `nextToken` string
- `maxResults` integer
- `status` 'ok' | 'warning' | 'error'
- `exclusionStatus` 'excluded' | 'included'
- `regionCode` string
- `affectedAccountId` string

## Response `200`

Success

- ListOrganizationRecommendationResourcesResponse
  - `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.
  - `organizationRecommendationResourceSummaries` OrganizationRecommendationResourceSummary[], 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
    - `accountId` string — The AWS account ID
    - `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)
