---
title: "Get Database Table Descriptions"
method: GET
path: "/table-descriptions/database/list"
tags: ["Table Description"]
---

# Get Database Table Descriptions

`GET /table-descriptions/database/list`

## Response `200`

Successful Response

- DatabaseDescriptionResponse[]
  - `alias` string, required
  - `tables` BasicTableDescriptionResponse[], required
    - `id` string
    - `name` string
    - `columns` string[]
    - `sync_status` 'NOT_SYNCHRONIZED' | 'SYNCHRONIZING' | 'SYNCHRONIZED' | 'DEPRECATED' | 'FAILED' — An enumeration.
    - `last_sync` string
  - `db_connection_id` string

## Other responses

- `404` — Not found

---

[API](https://skmtc.dev/dataherald/apis/fastapi.md) · [All operations](https://skmtc.dev/dataherald/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dataherald/fastapi/revisions/e168e98625a8/schema)
