---
title: "Describe a table"
method: POST
path: "/v1/table/{name}/describe/"
tags: ["Tables"]
---

# Describe a table

`POST /v1/table/{name}/describe/`

Describe a table and return Table Information.

## Path parameters

- `name` string, required

## Response `200`

Table information

- object
  - `table` string
  - `version` integer
  - `schema` string
  - `stats` object

## Other responses

- `401` — Unauthorized
- `404` — Not found

---

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