Skip to main content
GET
/
api
/
analytics
/
dashboards
List all Superset dashboards
curl --request GET \
  --url https://api.example.com/api/analytics/dashboards \
  --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.

Response

Successful Response

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