---
title: "GET /applications/{applicationId}/chatresponseconfigurations"
method: GET
path: "/applications/{applicationId}/chatresponseconfigurations"
---

# GET /applications/{applicationId}/chatresponseconfigurations

`GET /applications/{applicationId}/chatresponseconfigurations`

Retrieves a list of all chat response configurations available in a specified Amazon Q Business application. This operation returns summary information about each configuration to help administrators manage and select appropriate response settings.

## Path parameters

- `applicationId` string, required

## Query parameters

- `maxResults` integer
- `nextToken` string

## Response `200`

Success

- ListChatResponseConfigurationsResponse
  - `chatResponseConfigurations` ChatResponseConfiguration[] — A list of chat response configuration summaries, each containing key information about an available configuration in the specified application.
    - `chatResponseConfigurationId` string, required — A unique identifier for your chat response configuration settings, used to reference and manage the configuration within the Amazon Q Business service.
    - `chatResponseConfigurationArn` string, required — The Amazon Resource Name (ARN) of the chat response configuration, which uniquely identifies the resource across all Amazon Web Services services and accounts.
    - `displayName` string, required — A human-readable name for the chat response configuration, making it easier to identify and manage multiple configurations within an organization.
    - `responseConfigurationSummary` string — A summary of the response configuration settings, providing a concise overview of the key parameters that define how responses are generated and formatted.
    - `status` 'CREATING' | 'UPDATING' | 'FAILED' | 'ACTIVE', required — The current status of the chat response configuration, indicating whether it is active, pending, or in another state that affects its availability for use in chat interactions.
    - `createdAt` string, date-time — The timestamp indicating when the chat response configuration was initially created, useful for tracking the lifecycle of configuration resources.
    - `updatedAt` string, date-time — The timestamp indicating when the chat response configuration was last modified, helping administrators track changes and maintain version awareness.
  - `nextToken` string — A pagination token that can be used in a subsequent request to retrieve additional chat response configurations if the results were truncated due to the <code>maxResults</code> parameter.

## Other responses

- `480` — InternalServerException
- `481` — ResourceNotFoundException
- `482` — ThrottlingException
- `483` — ValidationException
- `484` — AccessDeniedException

---

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