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

# GET /accounts/{AwsAccountId}/dashboards

`GET /accounts/{AwsAccountId}/dashboards`

Lists dashboards in an Amazon Web Services account.

## Path parameters

- `AwsAccountId` string, required

## Query parameters

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

## Response `200`

Success

- ListDashboardsResponse
  - `DashboardSummaryList` DashboardSummary[] — A structure that contains all of the dashboards in your Amazon Web Services account. This structure provides basic information about the dashboards.
    - `Arn` string — The Amazon Resource Name (ARN) of the resource.
    - `DashboardId` string — Dashboard ID.
    - `Name` string — A display name for the dashboard.
    - `CreatedTime` string, date-time — The time that this dashboard was created.
    - `LastUpdatedTime` string, date-time — The last time that this dashboard was updated.
    - `PublishedVersionNumber` integer — Published version number.
    - `LastPublishedTime` string, date-time — The last time that this dashboard was published.
  - `NextToken` string — The token for the next set of results, or null if there are no more results.
  - `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/versions/2f2bbd7e70ca/schema)
