Skip to main content
GET
/
base
/
{baseId}
/
table
/
{tableId}
/
abnormal-index
Get abnormal indexes
curl --request GET \
  --url http://127.0.0.1:3000/api/base/{baseId}/table/{tableId}/abnormal-index \
  --header 'Authorization: Bearer <token>'
[
  {
    "indexName": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

baseId
string
required
tableId
string
required
type
enum<string>
required
Available options:
search

Response

201 - application/json

Successfully retrieved list of abnormal indexes.

indexName
string
required
Last modified on December 10, 2025