Skip to content
Last updated

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.

Path Parameters

organization_id string required

The unique identifier of the organization (format: org_*).


Returns

The storage usage object with per-store breakdown.

cURL
curl -s "https://api.aitronos.com/v1/organizations/org_xyz789/stores/usage" \
  -H "Authorization: Bearer $ACCESS_TOKEN" | python3 -m json.tool