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

# GET /applications/{application}

`GET /applications/{application}`

Retrieves metadata information about one of your applications. The application can be specified by its ARN, ID, or name (which is unique within one account in one region at a given point in time). Specify by ARN or ID in automated workflows if you want to make sure that the exact same application is returned or a <code>ResourceNotFoundException</code> is thrown, avoiding the ABA addressing problem.

## Path parameters

- `application` string, required

## Response `200`

Success

- GetApplicationResponse
  - `id` string — The identifier of the application.
  - `arn` string — The Amazon resource name (ARN) that specifies the application across services.
  - `name` string — The name of the application. The name must be unique in the region in which you are creating the application.
  - `description` string — The description of the application.
  - `creationTime` string, date-time — The ISO-8601 formatted timestamp of the moment when the application was created.
  - `lastUpdateTime` string, date-time — The ISO-8601 formatted timestamp of the moment when the application was last updated.
  - `associatedResourceCount` integer — The number of top-level resources that were registered as part of this application.
  - `tags` object — Key-value pairs associated with the application.
  - `integrations` object — The information about the integration of the application with other services, such as Resource Groups.
    - `resourceGroup` object — The information about the resource group integration.
      - `state` 'CREATING' | 'CREATE_COMPLETE' | 'CREATE_FAILED' | 'UPDATING' | 'UPDATE_COMPLETE' | 'UPDATE_FAILED' — <p>The state of the propagation process for the resource group. The states includes:</p> <p> <code>CREATING </code>if the resource group is in the process of being created.</p> <p> <code>CREATE_COMPLETE</code> if the resource group was created successfully.</p> <p> <code>CREATE_FAILED</code> if the resource group failed to be created.</p> <p> <code>UPDATING</code> if the resource group is in the process of being updated.</p> <p> <code>UPDATE_COMPLETE</code> if the resource group updated successfully.</p> <p> <code>UPDATE_FAILED</code> if the resource group could not update successfully.</p>
      - `arn` string — The Amazon resource name (ARN) of the resource group.
      - `errorMessage` string — The error message that generates when the propagation process for the resource group fails.

## Other responses

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

---

[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/revisions/69ce5241c582/schema)
