cURL
curl --request GET \
--url https://app.teable.ai/api/base/%7BbaseId%7D/dashboard \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'[
[
{
"id": "<string>",
"name": "<string>"
}
]
]dashboard
Get base dashboard
Get a list of dashboards in base
GET
/
base
/
{baseId}
/
dashboard
cURL
curl --request GET \
--url https://app.teable.ai/api/base/%7BbaseId%7D/dashboard \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'[
[
{
"id": "<string>",
"name": "<string>"
}
]
]Last modified on March 5, 2026
Was this page helpful?
⌘I

