---
title: "get one Datatable table schema"
method: GET
path: "/w/{workspace}/workspaces/get_datatable_table_schema"
tags: ["workspace"]
---

# get one Datatable table schema

`GET /w/{workspace}/workspaces/get_datatable_table_schema`

## Path parameters

- `workspace` string, required

## Query parameters

- `datatable_name` string, required
- `schema_name` string, required
- `table_name` string, required

## Response `200`

schema of one datatable table

- DataTableTableSchema
  - `datatable_name` string, required
  - `schema_name` string, required
  - `table_name` string, required
  - `columns` object, required — Columns in this table: column_name -> compact_type

---

[API](https://skmtc.dev/windmill/apis/windmill-api.md) · [All operations](https://skmtc.dev/windmill/apis/windmill-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/windmill/windmill-api/revisions/7b281701c340/schema)
