---
title: "List Backup Events with Pagination"
method: GET
path: "/cluster/backups/events/remote"
tags: ["Cluster Backups"]
---

# List Backup Events with Pagination

`GET /cluster/backups/events/remote`

List paginated backup events for the remote table from the local or selected cluster node

## Query parameters

- `page` integer
- `size` integer
- `jobId` integer
- `nodeId` string
- `search` string
- `sort[0][field]` string
- `sort[0][dir]` string

## Response `200`

Success

- GithubComAlchemillahqSylveInternalAPIResponseGithubComAlchemillahqSylveInternalServicesZeltaBackupEventsResponse
  - `data` GithubComAlchemillahqSylveInternalServicesZeltaBackupEventsResponse
    - `data` GithubComAlchemillahqSylveInternalDbModelsClusterBackupEvent[]
      - `completedAt` string
      - `createdAt` string
      - `error` string
      - `id` integer
      - `jobId` integer
      - `mode` string
      - `output` string — zelta output
      - `sourceDataset` string
      - `startedAt` string
      - `status` string — "queued", "running", "success", "failed", "interrupted"
      - `targetEndpoint` string
      - `updatedAt` string
    - `last_page` integer
  - `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)
