---
title: "get the full schema of a datatable database as TableEditorValues"
method: POST
path: "/w/{workspace}/workspaces/get_datatable_full_schema"
tags: ["workspace"]
---

# get the full schema of a datatable database as TableEditorValues

`POST /w/{workspace}/workspaces/get_datatable_full_schema`

## Path parameters

- `workspace` string, required

## Request body

- object
  - `source` string, required — Source datatable, e.g. 'datatable://main'

## Response `200`

Schema as { schema_name: { table_name: TableEditorValues } }

- object

---

[API](https://skmtc.net/windmill/apis/windmill-api.md) · [All operations](https://skmtc.net/windmill/apis/windmill-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/windmill/windmill-api/versions/155a35b3caff/schema)
