---
title: "Sync connector instance now"
method: POST
path: "/v1/connector-instances/{connectorInstanceId}/sync-now"
tags: ["Connectors"]
---

# Sync connector instance now

`POST /v1/connector-instances/{connectorInstanceId}/sync-now`

Queues sync work for each connector target without sync work already queued or running.

## Path parameters

- `connectorInstanceId` string, typeid, required

## Response `200`

Connector instance sync queued successfully.

- PluginArchConnectorInstanceSyncNowResponse
  - `ok` true, required
  - `item` object, required
    - `enqueuedCount` integer, required

## Other responses

- `400` — The connector instance path parameters were invalid.
- `401` — The caller must be signed in to sync connector instances.
- `403` — The caller lacks permission to edit this connector instance.
- `404` — The connector instance could not be found.

## Changes

- **2026-08-20** `93df40e2efd5` — 1 info
  - removed the pattern `^cin_.*` from the `path` request parameter `connectorInstanceId`
- **2026-08-05** `073bc652adfb` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openworklabs/apis/den-api/changes/v1/connector-instances/:connectorInstanceId/sync-now/post.md)

---

[API](https://skmtc.dev/openworklabs/apis/den-api.md) · [All operations](https://skmtc.dev/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openworklabs/den-api/revisions/571dc4a74532/schema)
