Get storage usage breakdown across all knowledge stores in an organization.
GEThttps://api.aitronos.com/v1/organizations/{organization_id}/stores/usage
Returns the total storage capacity, used bytes, file count, and a per-store breakdown for all knowledge stores in the organization.
organization_id string required
The unique identifier of the organization (format: org_*).
The storage usage object with per-store breakdown.
cURL
- Bash
- Python
- Python
- JavaScript
curl -s "https://api.aitronos.com/v1/organizations/org_xyz789/stores/usage" \
-H "Authorization: Bearer $ACCESS_TOKEN" | python3 -m json.tool