Skip to main content
GET
/
api
/
analytics
/
databases
List all Superset databases
curl --request GET \
  --url https://api.example.com/api/analytics/databases \
  --header 'Authorization: Bearer <token>'
[
  {
    "allow_ctas": true,
    "allow_cvas": true,
    "allow_dml": true,
    "allow_file_upload": true,
    "allow_multi_catalog": true,
    "allow_run_async": true,
    "allows_cost_estimate": true,
    "allows_subquery": true,
    "allows_virtual_table_explore": true,
    "backend": "<string>",
    "changed_by": {},
    "changed_on": "<string>",
    "changed_on_delta_humanized": "<string>",
    "created_by": {},
    "database_name": "<string>",
    "disable_data_preview": true,
    "disable_drill_to_detail": true,
    "engine_information": {},
    "explore_database_id": 123,
    "expose_in_sqllab": true,
    "extra": "<string>",
    "force_ctas_schema": true,
    "id": 123,
    "uuid": "<string>"
  }
]

Authorizations

Authorization
string
header
required

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

Response

Successful Response

allow_ctas
boolean | null
required
allow_cvas
boolean | null
required
allow_dml
boolean | null
required
allow_file_upload
boolean | null
required
allow_multi_catalog
boolean | null
required
allow_run_async
boolean | null
required
allows_cost_estimate
boolean | null
required
allows_subquery
boolean | null
required
allows_virtual_table_explore
boolean | null
required
backend
string
required
changed_by
Changed By · object
required
changed_on
string
required
changed_on_delta_humanized
string
required
created_by
Created By · object
required
database_name
string
required
disable_data_preview
boolean
required
disable_drill_to_detail
boolean
required
engine_information
Engine Information · object
required
explore_database_id
integer
required
expose_in_sqllab
boolean
required
extra
string
required
force_ctas_schema
boolean | null
required
id
integer
required
uuid
string
required