GET
/
space
/
{spaceId}
/
usage
curl --request GET \
  --url https://app.teable.io/api/space/%7BspaceId%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,
    "userGroupEnable": true,
    "advancedExtensionsEnable": true,
    "advancedPermissionsEnable": true,
    "passwordRestrictedSharesEnable": true,
    "authenticationEnable": true,
    "domainVerificationEnable": true,
    "organizationEnable": true
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

spaceId
string
required

Response

200 - application/json
Returns usage information for the space.
level
enum<string>
required
Available options:
free,
plus,
pro,
enterprise
limit
object
required