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

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

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

Retrieves information about a configuration profile.

## Path parameters

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

## Response `200`

Success

- ConfigurationProfile
  - `ApplicationId` string — The application ID.
  - `Id` string — The configuration profile ID.
  - `Name` string — The name of the configuration profile.
  - `Description` string — The configuration profile description.
  - `LocationUri` string — The URI location of the configuration.
  - `RetrievalRoleArn` string — The ARN of an IAM role with permission to access the configuration at the specified <code>LocationUri</code>.
  - `Validators` Validator[] — A list of methods for validating the configuration.
    - `Type` 'JSON_SCHEMA' | 'LAMBDA', required — AppConfig supports validators of type <code>JSON_SCHEMA</code> and <code>LAMBDA</code>
    - `Content` string, password, required — Either the JSON Schema content or the Amazon Resource Name (ARN) of an Lambda function.
  - `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>

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