# Get

Launch stage: GA

`GET /api/2.0/lakeview/dashboards/{dashboard_id}/published`

Get the current published dashboard.

API scopes: dashboards

## Path parameters

- `dashboard_id` (string, optional)
  UUID identifying the published dashboard.

## Returns

Returns the PublishedDashboard object.

## Response

```json
{
  "display_name": "Monthly Traffic Report",
  "warehouse_id": "47bb1c472649e711",
  "embed_credentials": true,
  "revision_create_time": "string"
}
```

