---
title: "Get info on a single table, given table uuid"
method: GET
path: "/table"
tags: ["cluster-info"]
---

# Get info on a single table, given table uuid

`GET /table`

Get info on a single table, given table uuid

## Query parameters

- `id` string, required
- `node_address` string, required

## Response `200`

Information for a single table

- TableInfo — Table Info
  - `table_name` string, required
  - `table_id` string, uuid, required
  - `table_version` integer, required
  - `table_type` string, required
  - `table_state` string, required
  - `table_state_message` string, required
  - `table_tablespace_oid` string
  - `table_replication_info` object, required
    - `live_replicas` TableReplicationInfo — TableReplicationInfo
      - `num_replicas` integer
      - `placement_blocks` PlacementBlock[]
        - `cloud_info` PlacementCloudInfo — Placement Cloud Info
          - `placement_cloud` string
          - `placement_region` string
          - `placement_zone` string
        - `min_num_replicas` integer
      - `placement_uuid` string, uuid
    - `read_replicas` TableReplicationInfo[]
      - `num_replicas` integer
      - `placement_blocks` PlacementBlock[]
        - `cloud_info` PlacementCloudInfo — Placement Cloud Info
          - `placement_cloud` string
          - `placement_region` string
          - `placement_zone` string
        - `min_num_replicas` integer
      - `placement_uuid` string, uuid
  - `columns` ColumnInfo[], required
    - `column` string
    - `id` string
    - `type` string
  - `tablets` TabletInfo[], required
    - `tablet_id` string, uuid
    - `partition` string
    - `split_depth` integer
    - `state` string
    - `hidden` boolean
    - `message` string
    - `raft_config` RaftConfig[]
      - `uuid` string, uuid
      - `role` string
      - `location` 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)
