---
title: "show all db meta"
method: GET
path: "/dataapps/sqleditor/{cluster_id}/meta"
tags: ["sqleditor"]
---

# show all db meta

`GET /dataapps/sqleditor/{cluster_id}/meta`

show all db meta

## Path parameters

- `cluster_id` string, required

## Query parameters

- `isbrief` string, required
- `showSystemDB` string, required

## Response `200`

OK

- SqleditorDBMeta[]
  - `name` string
  - `tables` SqleditorTablesMeta[]
    - `columns` SqleditorColumns[]
      - `col` string
      - `data_type` string
      - `nullable` boolean
    - `name` string

---

[API](https://skmtc.net/pingcap/apis/em-ui-api.md) · [All operations](https://skmtc.net/pingcap/apis/em-ui-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pingcap/em-ui-api/revisions/631e4b26b7e8/schema)
