---
title: "GET /api/pulse/preview_dashboard/{id}"
method: GET
path: "/api/pulse/preview_dashboard/{id}"
tags: ["/api/pulse"]
---

# GET /api/pulse/preview_dashboard/{id}

`GET /api/pulse/preview_dashboard/{id}`

Get HTML rendering of a Dashboard with `id`.

  This endpoint relies on a custom middleware defined in `metabase.channel.render.core/style-tag-nonce-middleware` to
  allow the style tag to render properly, given our Content Security Policy setup. This middleware is attached to these
  routes at the bottom of this namespace using `metabase.api.common/define-routes`.

## Path parameters

- `id` integer, required

## Response `2XX`

Successful response

## Other responses

- `4XX` — Client error response
- `5XX` — Server error response

---

[API](https://skmtc.dev/metabase/apis/metabase-api.md) · [All operations](https://skmtc.dev/metabase/apis/metabase-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/metabase/metabase-api/revisions/bd1deee7eae2/schema)
