---
title: "List Replication Events"
method: GET
path: "/cluster/replication/events"
tags: ["Cluster Replication"]
---

# List Replication Events

`GET /cluster/replication/events`

List replication events from the local or selected cluster node

## Query parameters

- `limit` integer
- `policyId` integer
- `nodeId` string

## Response `200`

Success

- GithubComAlchemillahqSylveInternalAPIResponseArrayGithubComAlchemillahqSylveInternalDbModelsClusterReplicationEvent
  - `data` 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
  - `error` string
  - `message` string
  - `status` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Cluster Node Not Found
- `500` — Internal Server Error
- `502` — Remote Node Failure
- `503` — Forwarding 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/7a7bea85004e/schema)
