1. Storage: Daily Operation
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
        POST
      • Generate Download URL
        POST
      • Delete File
        POST
      • Get Tenant Usage
        GET
    • Storage: Admin Management
      • Configure Storage Backend
      • Storage Status
      • Storage Usage
      • Update Tenant Quota
  1. Storage: Daily Operation

Get Tenant 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/{tenant_id}
Returns current storage consumption for a specific tenant.

Request

Path 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/'
Response Response Example
{
    "tenant_id": "tenant_123",
    "current_usage": 500.5,
    "quota_hard_limit": 1024
}
Modified at 2026-03-19 18:00:03
Previous
Delete File
Next
Configure Storage Backend
Built with