---
title: "Enqueue sync for all connections in the workspace"
method: POST
path: "/v2/account-connections/transactions/sync"
tags: ["Account Connections"]
---

# Enqueue sync for all connections in the workspace

`POST /v2/account-connections/transactions/sync`

Enqueues one background job per account connection in the workspace. Returns immediately with a batch id; workers process jobs asynchronously. Connections that already have a pending or active sync job are skipped.

## Response `202`

Sync jobs enqueued

- SyncAllEnqueueResultDto
  - `batch_id` string, uuid, required
  - `enqueued` number, required
  - `skipped` number, required

---

[API](https://skmtc.net/range/apis/range-platform-api.md) · [All operations](https://skmtc.net/range/apis/range-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/range/range-platform-api/versions/9926df2e476d/schema)
