AurionAI Docs

Get Kb Media Quota

Get current media storage quota usage for the tenant.

GET
/api/v2/kb/media/quota

Get current media storage quota usage for the tenant.

Authorization

AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://loading/api/v2/kb/media/quota"
{
  "limit_bytes": 0,
  "percentage": 0,
  "used_bytes": 0
}