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

# GET /applications/{ApplicationId}/configurationprofiles

`GET /applications/{ApplicationId}/configurationprofiles`

Lists the configuration profiles for an application.

## Path parameters

- `ApplicationId` string, required

## Query parameters

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

## Response `200`

Success

- ConfigurationProfiles
  - `Items` ConfigurationProfileSummary[] — The elements from this collection.
    - `ApplicationId` string — The application ID.
    - `Id` string — The ID of the configuration profile.
    - `Name` string — The name of the configuration profile.
    - `LocationUri` string — The URI location of the configuration.
    - `ValidatorTypes` ValidatorType[] — The types of validators in the configuration profile.
    - `Type` string — <p>The type of configurations contained in the profile. AppConfig supports <code>feature flags</code> and <code>freeform</code> configurations. We recommend you create feature flag configurations to enable or disable new features and freeform configurations to distribute configurations to an application. When calling this API, enter one of the following values for <code>Type</code>:</p> <p> <code>AWS.AppConfig.FeatureFlags</code> </p> <p> <code>AWS.Freeform</code> </p>
  - `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` — ResourceNotFoundException
- `481` — InternalServerException
- `482` — BadRequestException

---

[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)
