Skip to main content
GET
Get the result of a completed dbt sync

Authorizations

Authorization
string
header
required

Token authentication. Send Authorization: Bearer <YOUR_TOKEN>.

Path Parameters

deploymentId
integer
required
syncJobId
string
required

Response

200 - application/json
completedAt
string
required

When the sync finished, as an ISO 8601 timestamp.

cubeCount
integer
required

How many cubes the sync generated from the dbt manifest.

durationMs
integer
required

End-to-end sync duration in milliseconds.

generatedFiles
object[]
required

The cube files this sync generated and committed to the branch it created.

manifestStats
object
required
syncJobId
string
required