---
title: "Pull changes from remote repository"
method: POST
path: "/sync/pull"
tags: ["sync"]
---

# Pull changes from remote repository

`POST /sync/pull`

Fetches and syncs changes from the remote Git repository

## Query parameters

- `remoteNode` string

## Response `200`

Pull completed successfully

- SyncResultResponse — Result of a sync operation
  - `success` boolean, required
  - `message` string
  - `synced` string[] — DAG IDs that were synced
  - `modified` string[] — DAG IDs that were modified
  - `conflicts` string[] — DAG IDs with conflicts
  - `errors` SyncError[]
    - `itemId` string
    - `message` string, required
  - `timestamp` string, date-time, required

## Other responses

- `default` — Unexpected error

## Changes

- **2026-04-30** (v1) `50e1d517afc1` — 1 info
  - removed the `rate_limited` enum value from the `code` response property for the response status `default`

[Change history](https://skmtc.dev/dagucloud/apis/dagu/changes/sync/pull/post.md)

---

[API](https://skmtc.dev/dagucloud/apis/dagu.md) · [All operations](https://skmtc.dev/dagucloud/apis/dagu/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dagucloud/dagu/revisions/0cce8472f3ba/schema)
