---
title: "Get table schema"
method: GET
path: "/public/v1/tables/{name}/schema"
tags: ["Tables"]
---

# Get table schema

`GET /public/v1/tables/{name}/schema`

Returns only the schema (fields, types, formats) for a table.

## Path parameters

- `name` string, required

## Response `200`

Table schema

- object
  - `ok` true, required
  - `data` object, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

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