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

# GET /accounts/{AwsAccountId}/analyses/{AnalysisId}

`GET /accounts/{AwsAccountId}/analyses/{AnalysisId}`

Provides a summary of the metadata for an analysis.

## Path parameters

- `AwsAccountId` string, required
- `AnalysisId` string, required

## Response `200`

Success

- DescribeAnalysisResponse
  - `Analysis` object — A metadata structure that contains summary information for the analysis that you're describing.
    - `AnalysisId` string — The ID of the analysis.
    - `Arn` string — The Amazon Resource Name (ARN) of the analysis.
    - `Name` string — The descriptive name of the analysis.
    - `Status` 'CREATION_IN_PROGRESS' | 'CREATION_SUCCESSFUL' | 'CREATION_FAILED' | 'UPDATE_IN_PROGRESS' | 'UPDATE_SUCCESSFUL' | 'UPDATE_FAILED' | 'DELETED' — Status associated with the analysis.
    - `Errors` AnalysisError[] — Errors associated with the analysis.
      - `Type` 'ACCESS_DENIED' | 'SOURCE_NOT_FOUND' | 'DATA_SET_NOT_FOUND' | 'INTERNAL_FAILURE' | 'PARAMETER_VALUE_INCOMPATIBLE' | 'PARAMETER_TYPE_INVALID' | 'PARAMETER_NOT_FOUND' | 'COLUMN_TYPE_MISMATCH' | 'COLUMN_GEOGRAPHIC_ROLE_MISMATCH' | 'COLUMN_REPLACEMENT_MISSING' — The type of the analysis error.
      - `Message` string — The message associated with the analysis error.
      - `ViolatedEntities` Entity[] — Lists the violated entities that caused the analysis error
        - `Path` string — The hierarchical path of the entity within the analysis, template, or dashboard definition tree.
    - `DataSetArns` Arn[] — The ARNs of the datasets of the analysis.
    - `ThemeArn` string — The ARN of the theme of 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.
    - `Sheets` Sheet[] — A list of the associated sheets with the unique identifier and name of each sheet.
      - `SheetId` string — The unique identifier associated with a sheet.
      - `Name` string — The name of a sheet. This name is displayed on the sheet's tab in the Amazon QuickSight console.
  - `Status` integer — The HTTP status of the request.
  - `RequestId` string — The Amazon Web Services request ID for this operation.

## Other responses

- `480` — InvalidParameterValueException
- `481` — ResourceNotFoundException
- `482` — AccessDeniedException
- `483` — ThrottlingException
- `484` — UnsupportedUserEditionException
- `485` — 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/versions/2f2bbd7e70ca/schema)
