---
title: "Post Fetch Info"
method: POST
path: "/api/v1/dashboards/fetch_info"
tags: ["dashboards"]
---

# Post Fetch Info

`POST /api/v1/dashboards/fetch_info`

METHOD: POST
URL: /dashboard/fetch_info
ARGUMENTS: None
RETURNS: Dashboard info for embedding

## Query parameters

- `dashboard_name` string, required

## Response `200`

Successful Response

- DashboardTokenResponse — Basic information about a dashboard.
  - `embedded_id` string, required — Superset embedded ID of the dashboard
  - `guest_token` string, required — Superset guest token of the dashboard
  - `name` string, required — Name of the dashboard
  - `display_name` string, required — Display name of the dashboard
  - `superset_url` string, required — Base Superset URL of the dashboard
  - `rank` integer, required — Dashboard importance (0 is the highest)
  - `label` string, required — Dashboard label. Typically "report" or "dashboard"

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/asksyllable/apis/syllablesdk.md) · [All operations](https://skmtc.net/asksyllable/apis/syllablesdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/asksyllable/syllablesdk/revisions/534f1f22c775/schema)
