---
title: "GET /applications/{Application}/environments/{Environment}/configurations/{Configuration}#client_id"
method: GET
path: "/applications/{Application}/environments/{Environment}/configurations/{Configuration}#client_id"
deprecated: true
---

# GET /applications/{Application}/environments/{Environment}/configurations/{Configuration}#client_id

`GET /applications/{Application}/environments/{Environment}/configurations/{Configuration}#client_id`

> **Deprecated.**

(Deprecated) Retrieves the latest deployed configuration.

Note the following important information.

*   This API action is deprecated. Calls to receive configuration data should use the [StartConfigurationSession](https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_appconfigdata_StartConfigurationSession.html) and [GetLatestConfiguration](https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_appconfigdata_GetLatestConfiguration.html) APIs instead.
    
*   `GetConfiguration` is a priced call. For more information, see [Pricing](https://aws.amazon.com/systems-manager/pricing/).

## Path parameters

- `Application` string, required
- `Environment` string, required
- `Configuration` string, required

## Query parameters

- `client_id` string, required
- `client_configuration_version` string

## Response `200`

Success

- Configuration
  - `Content` string, password — <p>The content of the configuration or the configuration data.</p> <important> <p>The <code>Content</code> attribute only contains data if the system finds new or updated configuration data. If there is no new or updated data and <code>ClientConfigurationVersion</code> matches the version of the current configuration, AppConfig returns a <code>204 No Content</code> HTTP response code and the <code>Content</code> value will be empty.</p> </important>

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