POST

https://{db}.{region}.api.lancedb.com

/
v1
/
table
/
{name}
/
describe
/

Authorizations

x-api-key
string
headerrequired

Path Parameters

name
string
required

name of the table

Response

200 - application/json
table
string

Name of the table

version
integer

The latest version of the table

schema
object

JSON representation of an Arrow schema.

stats
object