---
title: "GET /applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions"
method: GET
path: "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions"
---

# GET /applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions

`GET /applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions`

Lists configurations stored in the AppConfig hosted configuration store by version.

## Path parameters

- `ApplicationId` string, required
- `ConfigurationProfileId` string, required

## Query parameters

- `max_results` integer
- `next_token` string
- `version_label` string
- `MaxResults` string
- `NextToken` string

## Response `200`

Success

- HostedConfigurationVersions
  - `Items` HostedConfigurationVersionSummary[] — The elements from this collection.
    - `ApplicationId` string — The application ID.
    - `ConfigurationProfileId` string — The configuration profile ID.
    - `VersionNumber` integer — The configuration version.
    - `Description` string — A description of the configuration.
    - `ContentType` string — A standard MIME type describing the format of the configuration content. For more information, see <a href="https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17">Content-Type</a>.
    - `VersionLabel` string — A user-defined label for an AppConfig hosted configuration version.
  - `NextToken` string — The token for the next set of items to return. Use this token to get the next set of results.

## Other responses

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

---

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