---
title: "GET /subscriptions/{subscriptionId}/providers/Microsoft.Portal/dashboards"
method: GET
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Portal/dashboards"
tags: ["Dashboard"]
---

# GET /subscriptions/{subscriptionId}/providers/Microsoft.Portal/dashboards

`GET /subscriptions/{subscriptionId}/providers/Microsoft.Portal/dashboards`

Gets all the dashboards within a subscription.

## Path parameters

- `subscriptionId` string, required

## Query parameters

- `api-version` string, required

## Response `200`

OK - Returns an array of dashboards.

- DashboardListResult — List of dashboards.
  - `value` Dashboard[] — The array of custom resource provider manifests.
    - `properties` DashboardProperties — The shared dashboard properties.
      - `lenses` object — The dashboard lenses.
      - `metadata` object — The dashboard metadata.
    - `id` string — Resource Id
    - `name` string — Resource name
    - `type` string — Resource type
    - `location` string, required — Resource location
    - `tags` object — Resource tags
  - `nextLink` string — The URL to use for getting the next set of results.

## Other responses

- `default` — Error response describing why the operation failed.

---

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