Get detailed information about a table including schema, statistics, and metadata. This endpoint provides comprehensive table information useful for understanding table structure, monitoring performance metrics, and planning data operations.
POST
/
v1
/
table
/
{name}
/
describe
Get Table Details
Copy
Ask AI
curl --request POST \
--url https://{db}.{region}.api.lancedb.com/v1/table/{name}/describe \
--header 'x-api-key: <api-key>'