LanceDB home page
Search or ask...
Support
Search...
Navigation
Index
List indices of a table
Documentation
Architecture
Deployment
Security
API Reference
API Documentation
Introduction
Tables
GET
List Tables
POST
Create a new table
POST
Count rows in a table
POST
Rename a table.
POST
Drop a table
POST
Describe a table
Data
POST
Query
POST
Insert data to a table
POST
Apply a SQL update to a table.
POST
Delete rows from a table
POST
Merge-insert data to a table
Index
POST
Create Index
POST
List indices of a table
POST
List the details of an index
Index
List indices of a table
List indices of a table
POST
/
v1
/
table
/
{name}
/
index
/
list
Try it
Authorizations
x-api-key
string
header
required
Path Parameters
name
string
required
name of the table
Response
200 - application/json
indexes
object[]
Show child attributes
indexes.
columns
string[]
indexes.
index_name
string
indexes.
index_status
enum<string>
Available options:
pending
,
indexing
,
done
,
failed
indexes.
index_uuid
string
Create Index
List the details of an index