---
title: "Get Replication Event Progress"
method: GET
path: "/cluster/replication/events/{id}/progress"
tags: ["Cluster Replication"]
---

# Get Replication Event Progress

`GET /cluster/replication/events/{id}/progress`

Get live progress for a replication event from the local or selected cluster node

## Path parameters

- `id` integer, required

## Query parameters

- `nodeId` string

## Response `200`

Success

- GithubComAlchemillahqSylveInternalAPIResponseGithubComAlchemillahqSylveInternalServicesZeltaReplicationEventProgress
  - `data` GithubComAlchemillahqSylveInternalServicesZeltaReplicationEventProgress
    - `event` GithubComAlchemillahqSylveInternalDbModelsClusterReplicationEvent
      - `completedAt` string
      - `createdAt` string
      - `error` string
      - `eventType` string
      - `guestId` integer
      - `guestType` string
      - `id` integer
      - `message` string
      - `output` string
      - `policyId` integer
      - `scope` string
      - `sourceNodeId` string
      - `startedAt` string
      - `status` string
      - `targetNodeId` string
      - `transitionRunId` string
      - `updatedAt` string
    - `movedBytes` integer
    - `progressPercent` number
    - `totalBytes` integer
  - `error` string
  - `message` string
  - `status` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Replication Event or Cluster Node Not Found
- `500` — Internal Server Error
- `502` — Remote Node Failure
- `503` — Service Unavailable
- `504` — Remote Node Timeout

---

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