Skip to main content
GET
/
team
/
exports
/
quota
Get export quota for the current team
curl --request GET \
  --url https://lens-api.tic.io/team/exports/quota \
  --header 'x-api-key: <api-key>'
{
  "monthlyLimit": 123,
  "usedThisMonth": 123,
  "remaining": 123,
  "exportEnabled": true,
  "periodStart": "2023-11-07T05:31:56Z",
  "periodEnd": "2023-11-07T05:31:56Z"
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Quota usage and limit for the current UTC month

monthlyLimit
null | integer<int32>
usedThisMonth
integer<int32>
remaining
integer<int32>
exportEnabled
boolean
periodStart
string<date-time>
periodEnd
string<date-time>