v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1443136141.7 KB

Lists the configuration profiles for an application.

get/applications/{ApplicationId}/configurationprofiles

Path parameters

ApplicationIdstring required

The application ID.

Query parameters

max_resultsinteger

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

next_tokenstring

A token to start the list. Use this token to get the next set of results.

typestring

A filter based on the type of configurations that the configuration profile contains. A configuration can be a feature flag or a freeform configuration.

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Response

Success

NextTokenstring

The token for the next set of items to return. Use this token to get the next set of results.

Example response

{
  "Items": [
    {
      "ApplicationId": "339ohji",
      "Id": "ur8hx2f",
      "LocationUri": "ssm-parameter://Example-Parameter",
      "Name": "Example-Configuration-Profile"
    }
  ]
}