---
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.

---

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