cURL
curl --request GET \
--url https://app.teable.ai/api/base/%7BbaseId%7D/table/%7BtableId%7D/abnormal-index \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'[
{
"indexName": "<string>"
}
]table
Get abnormal indexes
Retrieve a list of abnormal database indexes for a specific table by index type. This helps identify potential performance or maintenance issues.
GET
/
base
/
{baseId}
/
table
/
{tableId}
/
abnormal-index
cURL
curl --request GET \
--url https://app.teable.ai/api/base/%7BbaseId%7D/table/%7BtableId%7D/abnormal-index \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'[
{
"indexName": "<string>"
}
]最后修改于 2026年3月5日
此页面对您有帮助吗?
⌘I

