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

# GET /applications/{applicationId}/conversations

`GET /applications/{applicationId}/conversations`

Lists one or more Amazon Q Business conversations.

## Path parameters

- `applicationId` string, required

## Query parameters

- `userId` string
- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListConversationsResponse
  - `nextToken` string — If the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list the next set of messages.
  - `conversations` Conversation[] — An array of summary information on the configuration of one or more Amazon Q Business web experiences.
    - `conversationId` string — The identifier of the Amazon Q Business conversation.
    - `title` string — The title of the conversation.
    - `startTime` string, date-time — The start time of the conversation.

## Other responses

- `480` — InternalServerException
- `481` — ResourceNotFoundException
- `482` — LicenseNotFoundException
- `483` — ThrottlingException
- `484` — ValidationException
- `485` — 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)
