Legacy Endpoint - Deprecated: This endpoint is deprecated and will be removed in a future release. Please use the Fetch Dashboards by Data App endpoint instead, which provides enhanced functionality and uses the
/api/v2/data-app/dashboards
path.Cloud Databrain Endpoint
Self-hosted Databrain Endpoint
Headers
Request Body
Error Codes
- INVALID_REQUEST_BODY: The request body is invalid.
- WORKSPACE_ID_ERROR: The workspace name provided does not exist.
Validation Schema
The request body must conform to the following schema:workspaceName
(required): Name of the workspace.isPagination
(optional): Boolean flag to enable pagination.pageNumber
(optional): Page number when pagination is enabled.
Migration Guide
Recommended Migration: Switch to the Fetch Dashboards by Data App endpoint for better performance and additional features.
Key Differences:
Legacy (Workspace) | New (Data App) |
---|---|
Uses workspaceName | Uses data app API token |
POST with body parameters | GET or POST methods available |
Limited filtering | Advanced filtering by dashboard names |
Workspace-level access | Data app-level access with better multi-tenancy |