List all tables in the database with optional pagination support. Returns a paginated list of table names with configurable limits and page tokens for efficient navigation through large result sets.
GET
/
v1
/
table
List Tables
Copy
Ask AI
curl --request GET \
--url https://{db}.{region}.api.lancedb.com/v1/table \
--header 'x-api-key: <api-key>'