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"
}

Documentation Index

Fetch the complete documentation index at: https://docs.tic.io/llms.txt

Use this file to discover all available pages before exploring further.

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>
read-only
exportEnabled
boolean
read-only
periodStart
string<date-time>
periodEnd
string<date-time>