---
title: "GET /knowledgeBases/{knowledgeBaseId}/quickResponses"
method: GET
path: "/knowledgeBases/{knowledgeBaseId}/quickResponses"
---

# GET /knowledgeBases/{knowledgeBaseId}/quickResponses

`GET /knowledgeBases/{knowledgeBaseId}/quickResponses`

Lists information about quick response.

## Path parameters

- `knowledgeBaseId` string, required

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListQuickResponsesResponse
  - `quickResponseSummaries` QuickResponseSummary[], required — Summary information about the quick responses.
    - `quickResponseArn` string, required — The Amazon Resource Name (ARN) of the quick response.
    - `quickResponseId` string, required — The identifier of the quick response.
    - `knowledgeBaseArn` string, required — The Amazon Resource Name (ARN) of the knowledge base.
    - `knowledgeBaseId` string, required — The identifier of the knowledge base.
    - `name` string, required — The name of the quick response.
    - `contentType` string, required — <p>The media type of the quick response content.</p> <ul> <li> <p>Use <code>application/x.quickresponse;format=plain</code> for quick response written in plain text.</p> </li> <li> <p>Use <code>application/x.quickresponse;format=markdown</code> for quick response written in richtext.</p> </li> </ul>
    - `status` 'CREATE_IN_PROGRESS' | 'CREATE_FAILED' | 'CREATED' | 'DELETE_IN_PROGRESS' | 'DELETE_FAILED' | 'DELETED' | 'UPDATE_IN_PROGRESS' | 'UPDATE_FAILED', required — The resource status of the quick response.
    - `createdTime` string, date-time, required — The timestamp when the quick response was created.
    - `lastModifiedTime` string, date-time, required — The timestamp when the quick response summary was last modified.
    - `description` string — The description of the quick response.
    - `lastModifiedBy` string — The Amazon Resource Name (ARN) of the user who last updated the quick response data.
    - `isActive` boolean — Whether the quick response is active.
    - `channels` Channel[] — The Amazon Connect contact channels this quick response applies to. The supported contact channel types include <code>Chat</code>.
    - `tags` object — The tags used to organize, track, or control access for this resource.
  - `nextToken` string — The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — ResourceNotFoundException

---

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