---
title: "GET /accounts/{AwsAccountId}/analyses"
method: GET
path: "/accounts/{AwsAccountId}/analyses"
---

# GET /accounts/{AwsAccountId}/analyses

`GET /accounts/{AwsAccountId}/analyses`

Lists Amazon QuickSight analyses that exist in the specified Amazon Web Services account.

## Path parameters

- `AwsAccountId` string, required

## Query parameters

- `next-token` string
- `max-results` integer
- `MaxResults` string
- `NextToken` string

## Response `200`

Success

- ListAnalysesResponse
  - `AnalysisSummaryList` AnalysisSummary[] — Metadata describing each of the analyses that are listed.
    - `Arn` string — The Amazon Resource Name (ARN) for the analysis.
    - `AnalysisId` string — The ID of the analysis. This ID displays in the URL.
    - `Name` string — The name of the analysis. This name is displayed in the Amazon QuickSight console.
    - `Status` 'CREATION_IN_PROGRESS' | 'CREATION_SUCCESSFUL' | 'CREATION_FAILED' | 'UPDATE_IN_PROGRESS' | 'UPDATE_SUCCESSFUL' | 'UPDATE_FAILED' | 'DELETED' — The last known status for the analysis.
    - `CreatedTime` string, date-time — The time that the analysis was created.
    - `LastUpdatedTime` string, date-time — The time that the analysis was last updated.
  - `NextToken` string — A pagination token that can be used in a subsequent request.
  - `Status` integer — The HTTP status of the request.
  - `RequestId` string — The Amazon Web Services request ID for this operation.

## Other responses

- `480` — ThrottlingException
- `481` — InvalidNextTokenException
- `482` — UnsupportedUserEditionException
- `483` — InternalFailureException

---

[API](https://skmtc.net/aws/apis/quicksight.md) · [All operations](https://skmtc.net/aws/apis/quicksight/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/quicksight/revisions/2f2bbd7e70ca/schema)
