GET
/
{baseId}
/
ai
/
disable-ai-actions
shell
curl --request GET \
  --url https://app.teable.cn/api/%7BbaseId%7D/ai/disable-ai-actions \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
  "disableActions": [
    "<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

Response

200 - application/json

Returns the configuration of ai.

disableActions
string[]
required