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

# GET /applications/{applicationId}/chatresponseconfigurations/{chatResponseConfigurationId}

`GET /applications/{applicationId}/chatresponseconfigurations/{chatResponseConfigurationId}`

Retrieves detailed information about a specific chat response configuration from an Amazon Q Business application. This operation returns the complete configuration settings and metadata.

## Path parameters

- `applicationId` string, required
- `chatResponseConfigurationId` string, required

## Response `200`

Success

- GetChatResponseConfigurationResponse
  - `chatResponseConfigurationId` string — The unique identifier of the retrieved chat response configuration.
  - `chatResponseConfigurationArn` string — The Amazon Resource Name (ARN) of the retrieved chat response configuration, which uniquely identifies the resource across all Amazon Web Services services.
  - `displayName` string — The human-readable name of the retrieved chat response configuration, making it easier to identify among multiple configurations.
  - `createdAt` string, date-time — The timestamp indicating when the chat response configuration was initially created.
  - `inUseConfiguration` object — The currently active configuration settings that are being used to generate responses in the Amazon Q Business application.
    - `responseConfigurations` object — A collection of specific response configuration settings that collectively define how responses are generated, formatted, and presented to users in chat interactions.
    - `responseConfigurationSummary` string — A summary of the response configuration details, providing a concise overview of the key parameters and settings that define the response generation behavior.
    - `status` 'CREATING' | 'UPDATING' | 'FAILED' | 'ACTIVE' — The current status of the chat response configuration, indicating whether it is active, pending, or in another state that affects its availability for use.
    - `error` ErrorDetail — Provides information about a Amazon Q Business request error.
      - `errorMessage` string — The message explaining the Amazon Q Business request error.
      - `errorCode` 'InternalError' | 'InvalidRequest' | 'ResourceInactive' | 'ResourceNotFound' — The code associated with the Amazon Q Business request error.
    - `updatedAt` string, date-time — The timestamp indicating when the detailed chat response configuration was last modified, helping administrators track changes and maintain version awareness.
  - `lastUpdateConfiguration` object — Information about the most recent update to the configuration, including timestamp and modification details.
    - `responseConfigurations` object — A collection of specific response configuration settings that collectively define how responses are generated, formatted, and presented to users in chat interactions.
    - `responseConfigurationSummary` string — A summary of the response configuration details, providing a concise overview of the key parameters and settings that define the response generation behavior.
    - `status` 'CREATING' | 'UPDATING' | 'FAILED' | 'ACTIVE' — The current status of the chat response configuration, indicating whether it is active, pending, or in another state that affects its availability for use.
    - `error` ErrorDetail — Provides information about a Amazon Q Business request error.
      - `errorMessage` string — The message explaining the Amazon Q Business request error.
      - `errorCode` 'InternalError' | 'InvalidRequest' | 'ResourceInactive' | 'ResourceNotFound' — The code associated with the Amazon Q Business request error.
    - `updatedAt` string, date-time — The timestamp indicating when the detailed chat response configuration was last modified, helping administrators track changes and maintain version awareness.

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