AurionAI Docs

Storage Usage Sync

Sync storage usage (recording bytes) for all active tenants. Issue #332: Measures actual storage from call recordings and writes storage_gb usage events so dashboard, Stripe, and quota alerts show real values instead of zeros.

POST
/api/sync/storage-usage

Sync storage usage (recording bytes) for all active tenants.

Issue #332: Measures actual storage from call recordings and writes storage_gb usage events so dashboard, Stripe, and quota alerts show real values instead of zeros.

Response Body

application/json

curl -X POST "https://loading/api/sync/storage-usage"
{
  "results": {},
  "status": "completed"
}