Cube API
All /cubejs-api/* routes proxy through drizzle-cube’s semantic layer. The API is compatible with the Cube.js query format.
Key Endpoints
Section titled “Key Endpoints”GET /cubejs-api/v1/meta— List all cubes, dimensions, and measuresPOST /cubejs-api/v1/load— Execute a cube query
Authentication
Section titled “Authentication”In production, requests require a valid session cookie. In development, use the dev API key:
curl -H 'Authorization: Bearer dc-bi-dev-key' \ http://localhost:3461/cubejs-api/v1/meta