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
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 |

