Skip to main content
GET
List dbt syncs for a deployment

Authorizations

Authorization
string
header
required

Token authentication. Send Authorization: Bearer <YOUR_TOKEN>.

Path Parameters

deploymentId
integer
required

Query Parameters

status
enum<string> | null
Available options:
RUNNING,
COMPLETED,
FAILED,
CANCELLED,
UNKNOWN
trigger
enum<string> | null
Available options:
manual,
api,
webhook,
agent,
unknown
after
string
first
integer
Required range: x >= 1

Response

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