---
title: "GET /applications/{application}/resources"
method: GET
path: "/applications/{application}/resources"
---

# GET /applications/{application}/resources

`GET /applications/{application}/resources`

Lists all of the resources that are associated with the specified application. Results are paginated.

If you share an application, and a consumer account associates a tag query to the application, all of the users who can access the application can also view the tag values in all accounts that are associated with it using this API.

## Path parameters

- `application` string, required

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListAssociatedResourcesResponse
  - `resources` ResourceInfo[] — Information about the resources.
    - `name` string — The name of the resource.
    - `arn` string — The Amazon resource name (ARN) that specifies the resource across services.
    - `resourceType` 'CFN_STACK' | 'RESOURCE_TAG_VALUE' — Provides information about the Service Catalog App Registry resource type.
    - `resourceDetails` object — The details related to the resource.
      - `tagValue` string — The value of the tag.
  - `nextToken` string — The token to use to get the next page of results after a previous API call.

## Other responses

- `480` — ResourceNotFoundException
- `481` — ValidationException
- `482` — InternalServerException

---

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