English
Get usage information for the base
cURL
curl --request GET \ --url https://app.teable.io/api/base/%7BbaseId%7D/usage \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ "level": "free", "limit": { "maxRows": 123, "maxSizeAttachments": 123, "maxNumDatabaseConnections": 123, "maxRevisionHistoryDays": 123, "maxAutomationHistoryDays": 123, "automationEnable": true, "auditLogEnable": true, "adminPanelEnable": true, "rowColoringEnable": true, "buttonFieldEnable": true, "fieldAIEnable": true, "userGroupEnable": true, "advancedExtensionsEnable": true, "advancedPermissionsEnable": true, "passwordRestrictedSharesEnable": true, "authenticationEnable": true, "domainVerificationEnable": true, "organizationEnable": true, "apiRateLimit": 123, "chatAIEnable": true } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns usage information for the base.
The response is of type object.
object