1. Storage: Admin Management
Peladen
  • Peladen
    • Welcome to Peladen
  • Cluster Management
    • Create Your First Cluster
    • Get All Clusters
      GET
  • Database Management
    • Get All Database
      GET
  • Object Storage Management
    • Storage: Daily Operation
      • Generate Upload URL
      • Generate Download URL
      • Delete File
      • Get Tenant Usage
    • Storage: Admin Management
      • Configure Storage Backend
        POST
      • Storage Status
        GET
      • Storage Usage
        GET
      • Update Tenant Quota
        POST
  1. Storage: Admin Management

Storage Usage

Sandbox Env
https://api-sandbox.usepeladen.com/api/v1/storage
Sandbox Env
https://api-sandbox.usepeladen.com/api/v1/storage
GET
/api/storage/usage
Returns storage breakdown in Megabytes across tenants with support for filtering and pagination.

Request

Query Params

Responses

🟢200
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api-sandbox.usepeladen.com/api/v1/storage/api/storage/usage?tenant_id&over_limit&page&limit'
Response Response Example
[
    {
        "tenant_id": "tenant_123",
        "current_usage": 500.5,
        "quota_hard_limit": 1024
    }
]
Modified at 2026-03-19 18:00:03
Previous
Storage Status
Next
Update Tenant Quota
Built with