---
title: "Get Dashboard By Id"
method: GET
path: "/metabase/dashboards/{dashboard_id}"
tags: ["METABASE"]
---

# Get Dashboard By Id

`GET /metabase/dashboards/{dashboard_id}`

Get a specific dashboard from the local database.

Accepts either a Metabase integer dashboard ID or a Superset embed UUID
(dual-run, AI-7926) — the frontend routes Superset spaces by UUID.

Identity contract per provider: for Metabase rows the returned ``id`` is
the Metabase dashboard id and can be used to refetch here; for Superset
rows ``embed_uuid`` is the identity (used for routing and refetching) and
``id`` is only an opaque row identifier.

Returns:
    MetabaseDashboardDetail with dashboard information

## Path parameters

- `dashboard_id` string, required

## Response `200`

Successful Response

- MetabaseDashboardDetail
  - `id` integer, required
  - `name` string, required
  - `description` string, nullable
  - `created_at` string, required
  - `updated_at` string, required
  - `tenant_id` string, nullable
  - `provider` string
  - `embed_uuid` string, nullable

## Other responses

- `422` — Validation Error

---

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