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

# GET /applications/{applicationId}/experiences

`GET /applications/{applicationId}/experiences`

Lists one or more Amazon Q Business Web Experiences.

## Path parameters

- `applicationId` string, required

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListWebExperiencesResponse
  - `webExperiences` WebExperience[] — An array of summary information for one or more Amazon Q Business experiences.
    - `webExperienceId` string — The identifier of your Amazon Q Business web experience.
    - `createdAt` string, date-time — The Unix timestamp when the Amazon Q Business application was last updated.
    - `updatedAt` string, date-time — The Unix timestamp when your Amazon Q Business web experience was updated.
    - `defaultEndpoint` string — The endpoint URLs for your Amazon Q Business web experience. The URLs are unique and fully hosted by Amazon Web Services.
    - `status` 'CREATING' | 'ACTIVE' | 'DELETING' | 'FAILED' | 'PENDING_AUTH_CONFIG' — The status of your Amazon Q Business web experience.
  - `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.

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