List indexes on a table
List all indices created on a table. Returns information about each index including name, columns, status, and UUID.
Path parameters
string identifier of an object in a namespace, following the Lance Namespace spec. When the value is equal to the delimiter, it represents the root namespace. For example, v1/namespace/$/list performs a ListNamespace on the root namespace.
Query parameters
An optional delimiter of the string identifier, following the Lance Namespace spec. When not specified, the $ delimiter must be used.
Request body
Example request
{
"identity": {
"api_key": "api_key",
"auth_token": "auth_token"
},
"context": {
"key": "context"
},
"page_token": "page_token",
"limit": 6,
"id": [
"id",
"id"
],
"version": 0,
"branch": "branch"
}Response
List of indices on the table
Example response
{
"indexes": [
{
"index_uuid": "index_uuid",
"size_bytes": 0,
"columns": [
"columns",
"columns"
],
"created_at": "2000-01-23T04:56:07.000+00:00",
"index_details": "index_details",
"num_indexed_rows": 0,
"num_segments": 0,
"index_type": "index_type",
"index_version": 0,
"num_unindexed_rows": 0,
"index_name": "index_name",
"status": "status",
"type_url": "type_url"
},
{
"index_uuid": "index_uuid",
"size_bytes": 0,
"columns": [
"columns",
"columns"
],
"created_at": "2000-01-23T04:56:07.000+00:00",
"index_details": "index_details",
"num_indexed_rows": 0,
"num_segments": 0,
"index_type": "index_type",
"index_version": 0,
"num_unindexed_rows": 0,
"index_name": "index_name",
"status": "status",
"type_url": "type_url"
}
],
"context": {
"key": "context"
},
"page_token": "page_token"
}Changes
Changed in 12 of the 55 revisions of this API.245171
- ○
added the optional property
contextto the response with the200statusresponse-optional-property-added
- ○
added the optional property
contextto the response with the400statusresponse-optional-property-added
- ○
added the optional property
contextto the response with the401statusresponse-optional-property-added
- ○
added the optional property
contextto the response with the403statusresponse-optional-property-added
- ○
added the optional property
contextto the response with the404statusresponse-optional-property-added
- ○
added the optional property
contextto the response with the503statusresponse-optional-property-added
- ○
added the optional property
contextto the response with the5XXstatusresponse-optional-property-added
- ○
- ○
added the optional property
indexes/items/created_atto the response with the200statusresponse-optional-property-added
- ○
added the optional property
indexes/items/index_detailsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
indexes/items/index_typeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
indexes/items/index_versionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
indexes/items/num_indexed_rowsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
indexes/items/num_segmentsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
indexes/items/num_unindexed_rowsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
indexes/items/size_bytesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
indexes/items/type_urlto the response with the200statusresponse-optional-property-added
- ○
- ○
added the new optional request property
branchnew-optional-request-property
- ○
- ○
added the new optional request property
contextnew-optional-request-property
- ○
- ○
added the new optional request property
identitynew-optional-request-property
- ○
- ▲
the
coderesponse property's min was decreased from400.00to0.00for the response status400response-property-min-decreased
- ▲
the
coderesponse property's min was decreased from400.00to0.00for the response status401response-property-min-decreased
- ▲
the
coderesponse property's min was decreased from400.00to0.00for the response status403response-property-min-decreased
- ▲
the
coderesponse property's min was decreased from400.00to0.00for the response status404response-property-min-decreased
- ▲
the
coderesponse property's min was decreased from400.00to0.00for the response status503response-property-min-decreased
- ▲
the
coderesponse property's min was decreased from400.00to0.00for the response status5XXresponse-property-min-decreased
- ●
removed the optional property
typefrom the response with the400statusresponse-optional-property-removed
- ●
removed the optional property
typefrom the response with the401statusresponse-optional-property-removed
- ●
removed the optional property
typefrom the response with the403statusresponse-optional-property-removed
- ●
removed the optional property
typefrom the response with the404statusresponse-optional-property-removed
- ●
removed the optional property
typefrom the response with the503statusresponse-optional-property-removed
- ●
removed the optional property
typefrom the response with the5XXstatusresponse-optional-property-removed
- ○
the response property
codebecame required for the status400response-property-became-required
- ○
the response property
codebecame required for the status401response-property-became-required
- ○
the response property
codebecame required for the status403response-property-became-required
- ○
the response property
codebecame required for the status404response-property-became-required
- ○
the response property
codebecame required for the status503response-property-became-required
- ○
the response property
codebecame required for the status5XXresponse-property-became-required
- ▲
- ○
added the new optional request property
limitnew-optional-request-property
- ○
added the new optional request property
page_tokennew-optional-request-property
- ○
added the optional property
page_tokento the response with the200statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
the response property
typebecame optional for the status400response-property-became-optional
- ▲
the response property
typebecame optional for the status401response-property-became-optional
- ▲
the response property
typebecame optional for the status403response-property-became-optional
- ▲
the response property
typebecame optional for the status404response-property-became-optional
- ▲
the response property
typebecame optional for the status503response-property-became-optional
- ▲
the response property
typebecame optional for the status5XXresponse-property-became-optional
- ●
removed the optional property
statusfrom the response with the400statusresponse-optional-property-removed
- ●
removed the optional property
statusfrom the response with the401statusresponse-optional-property-removed
- ●
removed the optional property
statusfrom the response with the403statusresponse-optional-property-removed
- ●
removed the optional property
statusfrom the response with the404statusresponse-optional-property-removed
- ●
removed the optional property
statusfrom the response with the503statusresponse-optional-property-removed
- ●
removed the optional property
statusfrom the response with the5XXstatusresponse-optional-property-removed
- ●
removed the optional property
titlefrom the response with the400statusresponse-optional-property-removed
- ●
removed the optional property
titlefrom the response with the401statusresponse-optional-property-removed
- ●
removed the optional property
titlefrom the response with the403statusresponse-optional-property-removed
- ●
removed the optional property
titlefrom the response with the404statusresponse-optional-property-removed
- ●
removed the optional property
titlefrom the response with the503statusresponse-optional-property-removed
- ●
removed the optional property
titlefrom the response with the5XXstatusresponse-optional-property-removed
- ○
added the optional property
codeto the response with the400statusresponse-optional-property-added
- ○
added the optional property
codeto the response with the401statusresponse-optional-property-added
- ○
added the optional property
codeto the response with the403statusresponse-optional-property-added
- ○
added the optional property
codeto the response with the404statusresponse-optional-property-added
- ○
added the optional property
codeto the response with the503statusresponse-optional-property-added
- ○
added the optional property
codeto the response with the5XXstatusresponse-optional-property-added
- ○
added the optional property
errorto the response with the400statusresponse-optional-property-added
- ○
added the optional property
errorto the response with the401statusresponse-optional-property-added
- ○
added the optional property
errorto the response with the403statusresponse-optional-property-added
- ○
added the optional property
errorto the response with the404statusresponse-optional-property-added
- ○
added the optional property
errorto the response with the503statusresponse-optional-property-added
- ○
added the optional property
errorto the response with the5XXstatusresponse-optional-property-added
- ▲
- ▲
removed the required property
locationfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
namefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
namespacefrom the response with the200statusresponse-required-property-removed
- ●
removed the request property
namerequest-property-removed
- ●
removed the request property
namespacerequest-property-removed
- ●
removed the optional property
propertiesfrom the response with the200statusresponse-optional-property-removed
- ○
added the new optional request property
idnew-optional-request-property
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
api tag
Indexaddedapi-tag-added
- ○
added the new optional
queryrequest parameterdelimiterto all path's operationsnew-optional-request-default-parameter-to-existing-path
- ○
added the new optional
queryrequest parameterdelimiternew-optional-request-parameter
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○