---
title: "GET /dashboards#projectId"
method: GET
path: "/dashboards#projectId"
---

# GET /dashboards#projectId

`GET /dashboards#projectId`

Retrieves a paginated list of dashboards for an IoT SiteWise Monitor project.

## Query parameters

- `projectId` string, required
- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListDashboardsResponse
  - `dashboardSummaries` DashboardSummary[], required — A list that summarizes each dashboard in the project.
    - `id` string, required — The ID of the dashboard.
    - `name` string, required — The name of the dashboard
    - `description` string — The dashboard's description.
    - `creationDate` string, date-time — The date the dashboard was created, in Unix epoch time.
    - `lastUpdateDate` string, date-time — The date the dashboard was last updated, in Unix epoch time.
  - `nextToken` string — The token for the next set of results, or null if there are no additional results.

## Other responses

- `480` — InvalidRequestException
- `481` — InternalFailureException
- `482` — 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)
