---
title: "GET /v1beta/{tenantId}/block/replications"
method: GET
path: "/v1beta/{tenantId}/block/replications"
tags: ["Block Replications"]
---

# GET /v1beta/{tenantId}/block/replications

`GET /v1beta/{tenantId}/block/replications`

Lists information for all replications.

## Query parameters

- `limit` integer
- `offset` integer
- `sortDir` 'asc' | 'desc'
- `sortKey` string
- `name` string

## Response `200`

OK

- ReplicationRespSpec[]
  - `id` string
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `tenantId` string
  - `userId` string
  - `name` string
  - `description` string
  - `availabilityZone` string
  - `replicationStatus` 'available' | 'creating' | 'deleting' | 'enabling' | 'disabling' | 'failing_over' | 'failing_back' | 'error' | 'error_deleting' | 'error_enabling' | 'error_disabling' | 'error_failover' | 'error_failback' | 'enabled' | 'disabled' | 'failed_over'
  - `primaryVolumeId` string
  - `secondaryVolumeId` string
  - `primaryReplicationDriverData` object
  - `secondaryReplicationDriverData` object
  - `replicationMode` 'sync' | 'async'
  - `replicationPeriod` integer
  - `profileId` string

## Other responses

- `401` — NotAuthorized
- `403` — Forbidden
- `500` — An unexpected error occured.

## Changes

- **2019-12-09** `b151718b45cf` — 7 breaking, 5 info
  - the response property `items/allOf[subschema #2]/availabilityZone` became optional for the status `200`
  - the response property `items/allOf[subschema #2]/name` became optional for the status `200`
  - the response property `items/allOf[subschema #2]/primaryVolumeId` became optional for the status `200`
  - the response property `items/allOf[subschema #2]/profileId` became optional for the status `200`
  - …8 more
- **2019-11-06** `fd0669e1e56f` — 4 info
  - added the media type `application/json` for the response with the status `200`
  - added the media type `application/json` for the response with the status `401`
  - added the media type `application/json` for the response with the status `403`
  - added the media type `application/json` for the response with the status `500`
- **2018-05-04** `3a7682f5369d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/sodafoundation/apis/soda-api/changes/v1beta/:tenantId/block/replications/get.md)

---

[API](https://skmtc.dev/sodafoundation/apis/soda-api.md) · [All operations](https://skmtc.dev/sodafoundation/apis/soda-api/llms.txt) · [OpenAPI document](https://skmtc.dev/sodafoundation/apis/soda-api/revisions/62ce0f6c94b4?raw)
