superset.apache.local

Superset

🔑 bearer 120 endpoints enterprise
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (8 total)

pip install superset-mcp
npm install SupersetSDKAngularExample
npm install ptm-superset-sdk
npm install superset-dashboard-sdk
npm install superset-embedded-example
npm install superset-embedded-sdk
gem install superset-rails-sdk
# See https://github.com/lakeron/superset-sdk
curl examples
Get a list of models
curl \
  -H "Authorization: Bearer $API_KEY" \
  http://superset.apache.local/log/
Get the menu data structure. Returns a forest like structure with the menu th…
curl \
  -H "Authorization: Bearer $API_KEY" \
  http://superset.apache.local/menu/
Get a list of charts, use Rison or JSON query parameters for filtering, sorti…
curl \
  -H "Authorization: Bearer $API_KEY" \
  http://superset.apache.local/chart/
Endpoints (120 total)
GET
/log/
Get a list of models
GET
/menu/
Get the menu data structure. Returns a forest like structure with the menu th…
GET
/chart/
Get a list of charts, use Rison or JSON query parameters for filtering, sorti…
GET
/query/
Get a list of queries, use Rison or JSON query parameters for filtering, sort…
GET
/report/
Get a list of report schedules, use Rison or JSON query parameters for filter…
GET
/dataset/
Get a list of models
GET
/log/{pk}
Get an item model
GET
/database/
Get a list of models
GET
/chart/{pk}
Get a chart detail information.
GET
/dashboard/
Get a list of dashboards, use Rison or JSON query parameters for filtering, s…
GET
/query/{pk}
Get query detail information.
GET
/chart/_info
Several metadata information about chart API endpoints.
At a glance
Total SDKs8
Languages5
Endpoints120
Authbearer
Categories1
http://superset.apache.local