Skip to main content
GET
Get the log of a dbt sync
Returns the sync’s log as line records describing each phase’s timing and outcome, plus the failure text for a failed phase. This is not dbt’s full console output — that is not captured yet. Always returned as a single page (pageInfo.hasNextPage is false).

Authorizations

Authorization
string
header
required

Token authentication. Send Authorization: Bearer <YOUR_TOKEN>.

Path Parameters

deploymentId
integer
required
syncJobId
string
required

Response

200 - application/json
items
object[]
required
pageInfo
object
required