Skip to main content
GET
/
v1
/
table
List Tables
curl --request GET \
  --url https://{db}.{region}.api.lancedb.com/v1/table \
  --header 'x-api-key: <api-key>'
{
  "tables": [
    "<string>"
  ],
  "page_token": "<string>"
}

Authorizations

x-api-key
string
header
required

Query Parameters

limit
integer
default:10
Required range: 1 <= x <= 100
page_token
string

Response

tables
string[]
page_token
string