Get table index statistics
Get statistics for a specific index on a table. Returns information about the index type, distance type (for vector indices), and row counts.
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.
Name of the index to get stats for
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"
},
"id": [
"id",
"id"
],
"version": 0,
"branch": "branch",
"index_name": "index_name"
}Response
Index statistics
Example response
{
"num_indices": 0,
"distance_type": "distance_type",
"num_unindexed_rows": 0,
"context": {
"key": "context"
},
"num_indexed_rows": 0,
"index_type": "index_type"
}Changes
Changed in 11 of the 55 revisions of this API.204057
- ○
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 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 optional property
num_indicesto the response with the200statusresponse-optional-property-added
This revision also has 5 changes 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 request property
namerequest-property-removed
- ●
removed the request property
namespacerequest-property-removed
- ○
added the new optional request property
idnew-optional-request-property
- ○
added the new optional request property
index_namenew-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
- ○
- ○
api operation id
GetIndexStatsremoved and replaced withDescribeTableIndexStatsapi-operation-id-removed
- ○
api tag
Metadataaddedapi-tag-added
This revision also has 14 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○