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

## Changes

- **2026-09-04** `d3984673ccd1` — 1 info
  - added the optional property `capability` to the response with the `400` status
- **2026-08-20** `93df40e2efd5` — 2 info
  - removed the pattern `^cse_.*` from the `path` request parameter `connectorSyncEventId`
  - the `job/id` response's property pattern `^cse_.*` was removed for the status `202`

[Change history](https://skmtc.dev/openworklabs/apis/den-api/changes/v1/connector-sync-events/:connectorSyncEventId/retry/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/d3984673ccd1/schema)
