---
title: "GET /dashboards/{dashboardId}"
method: GET
path: "/dashboards/{dashboardId}"
---

# GET /dashboards/{dashboardId}

`GET /dashboards/{dashboardId}`

Retrieves information about a dashboard.

## Path parameters

- `dashboardId` string, required

## Response `200`

Success

- DescribeDashboardResponse
  - `dashboardId` string, required — The ID of the dashboard.
  - `dashboardArn` string, required — <p>The <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">ARN</a> of the dashboard, which has the following format.</p> <p> <code>arn:${Partition}:iotsitewise:${Region}:${Account}:dashboard/${DashboardId}</code> </p>
  - `dashboardName` string, required — The name of the dashboard.
  - `projectId` string, required — The ID of the project that the dashboard is in.
  - `dashboardDescription` string — The dashboard's description.
  - `dashboardDefinition` string, required — The dashboard's definition JSON literal. For detailed information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/create-dashboards-using-aws-cli.html">Creating dashboards (CLI)</a> in the <i>IoT SiteWise User Guide</i>.
  - `dashboardCreationDate` string, date-time, required — The date the dashboard was created, in Unix epoch time.
  - `dashboardLastUpdateDate` string, date-time, required — The date the dashboard was last updated, in Unix epoch time.

## Other responses

- `480` — InvalidRequestException
- `481` — ResourceNotFoundException
- `482` — InternalFailureException
- `483` — ThrottlingException

---

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