---
title: "Get connector sync event"
method: GET
path: "/v1/connector-sync-events/{connectorSyncEventId}"
tags: ["Connectors"]
---

# Get connector sync event

`GET /v1/connector-sync-events/{connectorSyncEventId}`

Returns one connector sync event detail.

## Path parameters

- `connectorSyncEventId` string, typeid, required

## Response `200`

Connector sync event returned successfully.

- PluginArchConnectorSyncEventDetailResponse
  - `item` PluginArchConnectorSyncEvent, required
    - `id` string, typeid, required — Den TypeID with 'cse_' prefix and a 26-character base32 suffix.
    - `attemptCount` integer, required
    - `connectorInstanceId` string, typeid, required — Den TypeID with 'cin_' prefix and a 26-character base32 suffix.
    - `connectorTargetId` string, typeid, nullable, required — Den TypeID with 'ctg_' prefix and a 26-character base32 suffix.
    - `connectorType` 'github', required
    - `remoteId` string, nullable, required
    - `eventType` 'push' | 'installation' | 'installation_repositories' | 'repository' | 'manual_resync', required
    - `externalEventRef` string, nullable, required
    - `sourceRevisionRef` string, nullable, required
    - `nextAttemptAt` string, date-time, nullable, required
    - `status` 'pending' | 'queued' | 'running' | 'completed' | 'failed' | 'partial' | 'ignored', required
    - `summaryJson` PluginArchConnectorSyncSummary, required
      - `createdCount` integer
      - `updatedCount` integer
      - `deletedCount` integer
      - `skippedCount` integer
      - `failedCount` integer
      - `failures` object[]
    - `startedAt` string, date-time, required
    - `completedAt` string, date-time, nullable, required

## Other responses

- `400` — The connector sync event path parameters were invalid.
- `401` — The caller must be signed in to view connector sync events.
- `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)
