SelectDB Enterprise
管控指南
Open API
BE HTTP
查询元信息

查询元信息

Request

GET /api/meta/header/{tablet_id}?byte_to_base64={bool}

Description

查询 tablet 元信息

Path parameters

  • tablet_id table 的 id

Query parameters

  • byte_to_base64 是否按 base64 编码,选填,默认false

Request body

Response

```json
{
    "table_id": 148107,
    "partition_id": 148104,
    "tablet_id": 148193,
    "schema_hash": 2090621954,
    "shard_id": 38,
    "creation_time": 1673253868,
    "cumulative_layer_point": -1,
    "tablet_state": "PB_RUNNING",
    ...
}
```

Examples

```shell
curl "http://127.0.0.1:8040/api/meta/header/148193&byte_to_base64=true"

```
© 2025 北京飞轮数据科技有限公司 京ICP备2022004029号 | Apache、Apache Doris 以及相关开源项目名称均为 Apache 基金会商标