v64

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01176310978.7 KB
dashboards

Post Fetch Info

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

post/api/v1/dashboards/fetch_info

Query parameters

dashboard_namestring required

Response

Successful Response

embedded_idstring required

Superset embedded ID of the dashboard

guest_tokenstring required

Superset guest token of the dashboard

namestring required

Name of the dashboard

display_namestring required

Display name of the dashboard

superset_urlstring required

Base Superset URL of the dashboard

rankinteger required

Dashboard importance (0 is the highest)

labelstring required

Dashboard label. Typically "report" or "dashboard"

Example response

{
  "embedded_id": "976ef486-d1ea-49c7-ba81-18e955d80286",
  "guest_token": "some-guest-token",
  "name": "session_summary",
  "display_name": "Session Summary",
  "superset_url": "https://somesuperseturl.com",
  "label": "dashboard"
}