/
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
get
List dbt syncs for a deployment
post
Start a dbt sync for a deployment
get
Get the status of a dbt sync
delete
Cancel a running dbt sync
get
Get the log of a dbt sync
get
Get the result of a completed dbt sync
Deployment Creation
1
Deployments
12
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
dbt Sync
Get the log of a dbt sync
get
/api/v1/deployments/{deploymentId}/dbt-sync/{syncJobId}/logs
Path parameters
deploymentId
integer
required
syncJobId
string
required
Response
DbtSyncLogEntriesListResponse
required
items
DbtSyncLogEntry[]
required
pageInfo
PageInfo
required
Changes