---
title: "Retry connector sync event"
method: POST
path: "/v1/connector-sync-events/{connectorSyncEventId}/retry"
tags: ["Connectors"]
---

# Retry connector sync event

`POST /v1/connector-sync-events/{connectorSyncEventId}/retry`

Re-queues one connector sync event.

## Path parameters

- `connectorSyncEventId` string, typeid, required

## Response `202`

Connector sync event retried successfully.

- PluginArchConnectorSyncAsyncResponse
  - `ok` true, required
  - `queued` true, required
  - `job` object, required
    - `id` string, typeid, required — Den TypeID with 'cse_' prefix and a 26-character base32 suffix.

## Other responses

- `400` — The connector sync event path parameters were invalid.
- `401` — The caller must be signed in to retry connector sync events.
- `403` — The caller lacks permission to edit this connector instance.
- `404` — The connector sync event 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/versions/805150503452/schema)
