Skip to main content
GET
/
api
/
analytics
/
dashboards
/
{dashboard_id}
Get a Superset dashboard by ID
curl --request GET \
  --url https://api.example.com/api/analytics/dashboards/{dashboard_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "dashboard_title": "<string>",
  "slug": "<string>",
  "url": "<string>",
  "status": "<string>",
  "published": false
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

dashboard_id
integer
required

Response

Successful Response

id
integer
required
dashboard_title
string
required
slug
string | null
url
string | null
status
string | null
published
boolean
default:false