latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-17126285270.4 KB

29d481391a25

dbt Sync

Get the status of a dbt sync

get/api/v1/deployments/{deploymentId}/dbt-sync/{syncJobId}

Path parameters

deploymentIdinteger required
syncJobIdstring required

Response

errorstring nullable

Why the sync stopped. Present only when the status is FAILED.

statusstring required

One of INITIALIZING, CREATING_SANDBOX, UPLOADING_PROJECT, INSTALLING_DEPENDENCIES, RUNNING_DBT_DEPS, COMPILING_DBT, PROCESSING_MANIFEST, WRITING_CUBE_FILES, FINALIZING, COMPLETED, FAILED. COMPLETED and FAILED are the only terminal values: poll until one of them, then read the result. Treat any unrecognized value as still running.

syncJobIdstring required
updatedAtstring required

When this status was last updated, as an ISO 8601 timestamp.