Skip to main content
GET
Get the files generated by a dbt sync that did not commit them

Authorizations

Authorization
string
header
required

Token authentication. Send Authorization: Bearer <YOUR_TOKEN>.

Path Parameters

deploymentId
integer
required
syncJobId
string
required

Query Parameters

after
string | null
first
integer | null
Required range: x >= 1

Response

200 - application/json
items
object[]
required

The generated cube files, ready to write into your repository.

pageInfo
object
required