Skip to main content
GET
/
v1
/
teams
/
{team_id}
/
usage
/
quotas
Get Team Quota Usage
curl --request GET \
  --url https://api.dataraven.io/v1/teams/{team_id}/usage/quotas \
  --header 'Authorization: Bearer <token>'
{
  "team_id": "<string>",
  "subscription_tier": "<string>",
  "quotas": [
    {
      "resource": "<string>",
      "label": "<string>",
      "current": 123,
      "limit": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

team_id
string<uuid>
required

Response

Successful Response

Quota usage for all team resources.

team_id
string
required

Team UUID

subscription_tier
string
required

Subscription tier (free/pro)

quotas
QuotaItem · object[]
required

Per-resource quota items