latestOpenAPI 3.1.02026-08-10150311431.9 KB
c1f3c6d96b31
Accounts
List Quotas
get/accounts/{name}/quotas
Path parameters
namestring required
Query parameters
typeQuotaType[]
The types of quotas to get
The types of quotas to get
exhaustedboolean
Whether to return only quotas which are exhausted
Whether to return only quotas which are exhausted
enforcedboolean
Whether to return only quotas which are enforced
Whether to return only quotas which are enforced
pageinteger
Page number starting from 1
Page number starting from 1
per-pageinteger
Number of items per page
Number of items per page
Response
Retrieved
Example response
{
"resources": [
{
"owner": {
"id": "0ad77f99-8043-46e4-8220-7221487c3ee5",
"account_type": "user",
"name": "ladybugbot",
"display_name": "Ladybug Bot",
"description": "Beep Boop!"
}
}
]
}