/
CU
cube-js
/
Cube Platform API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 2d ago
Details
Filter operations
App Theme
1
Dashboard Embed Access
2
Data Model
15
Data Model Uploads
4
dbt Sync
6
Deployment Creation
1
Deployments
12
get
Get deployments
get
Get deployment
put
Update a deployment
delete
Delete deployment
get
Latest build/compile status for a branch (production build or dev-mode)
post
Advance a deployment to a given onboarding step (e.g. after connecting a source)
post
Reset a deployment to the first onboarding step (project)
get
Recent runtime logs (tail) for a deployment. With no `source`, reads both the production API / worker pods and the dev-mode worker, merged chronologically; scope with `?source=production` or `?source=dev`.
get
List the pods currently scheduled for a deployment
get
Get deployment settings
post
Deployment token
get
List available Cube versions
Embed
5
Embed Tenants
11
Env Variables
2
Environments
4
Folders
5
GitHub
4
GitHub Connection
1
Notifications
8
OAuth Integrations
5
OIDC Token Configs
5
OpenAPI Spec
1
Regions
1
Reports
9
Tenant Settings
2
User Attribute Values
2
User Attributes
3
User OAuth Tokens
4
Users Admin
4
Workbooks
9
Workspace
5
Deployments
List available Cube versions
get
/api/v1/deployments/{deploymentId}/versions
Path parameters
deploymentId
integer
required
Query parameters
after
string
nullable
first
integer
nullable
Response
DeploymentVersionsResponse
required
items
DeploymentVersion[]
required
pageInfo
PageInfo
Changes