Get organization and account group usage quota
GET {{baseUrl}}/quotas
This endpoint retrieves usage quotas for both organization and account groups. To use this endpoint, you need the Edit organization and account group quotas
permission, which is a management-level permission. If a user has quota update permission in multiple organizations, the API returns data from all such organizations.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"quotas":[{"organizationQuota":{"value":22500,"orgId":"10"},"accountGroupQuotas":[{"value":12000,"aid":"1234"},{"value":10000,"aid":"12345"}]},{"organizationQuota":{"value":22500,"orgId":"10"},"accountGroupQuotas":[{"value":12000,"aid":"1234"},{"value":10000,"aid":"12345"}]}],"_links":{"self":{"href":"https://api.thousandeyes.com/v7/link/to/resource/id","templated":true,"type":"d","deprecation":"labore sint incididunt ex","name":"commodo velit aliqua consequat","profile":"adipisicing aute","title":"eiusmod id sed magna","hreflang":"sint"}}}