---
title: "Get list of all xCluster replication group namespace and table details"
method: GET
path: "/xcluster_namespace_details/{replication_id}"
---

# Get list of all xCluster replication group namespace and table details

`GET /xcluster_namespace_details/{replication_id}`

Retrieve the list of namespaces and tables involved in the replication group identified by the given replication ID.

## Path parameters

- `replication_id` string, required

## Response `200`

List of all namespaces and tables present in a replication group.

- object
  - `replication_group_id` string, required — Unique replication group id of each replication
  - `namespace_list` NamespacesInfo[], required
    - `namespace` string, required — Name of the namespace in the replication
    - `table_info_list` XClusterTableInfoInbound[], required
      - `table_uuid` string, required — Unique identifier for the table.
      - `namespace_id` string — Unique identifier for the namespace.
      - `table_name` string, required — Name of the table.
      - `stream_id` string, required — Stream ID associated with the table for replication.
      - `state` string, required — The current state of the table.
      - `keyspace` string, required — Keyspace to which the table belongs.
      - `avg_get_changes_latency_ms` number, required — The average time taken by the consumer to fetch changes from the producer
      - `avg_apply_latency_ms` number, required — The average time taken to apply received changes to the consumer table.
      - `avg_throughput_KiBps` number, required — The average throughput in KiB per second for this replication stream.
  - `source_placement_location` XClusterPlacementLocation[]
    - `cloud` string — Cloud name
    - `zone` string — Zone name
    - `region` string — Region name
  - `target_placement_location` XClusterPlacementLocation[]
    - `cloud` string — Cloud name
    - `zone` string — Zone name
    - `region` string — Region name
  - `source_universe_uuid` string
  - `target_universe_uuid` string

## Other responses

- `400` — API Error
- `500` — API Error

---

[API](https://skmtc.net/yugabyte/apis/yugabyte-cloud.md) · [All operations](https://skmtc.net/yugabyte/apis/yugabyte-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yugabyte/yugabyte-cloud/revisions/a851ee3a0a88/schema)
