Skip to main content
POST
Describe a table's schema

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

database
string
required

Target database.

Body

application/json

POST /v1/schema/{database}.

table_name
string
required
encoding
string | null

Response encoding. Omitted (the default) returns the JSON column descriptors; "ipc" returns an Arrow IPC schema message, which is the only form that can carry a nested column type.

Response

JSON array of column descriptors.

Last modified on August 19, 2026