---
title: "Get usage details and statistics for a hosting account"
method: GET
path: "/api/reseller/hosting-accounts/{id}/usage-details"
tags: ["Reseller - Hosting Accounts"]
---

# Get usage details and statistics for a hosting account

`GET /api/reseller/hosting-accounts/{id}/usage-details`

Get usage details for a hosting account.

## Path parameters

- `id` integer, required

## Response `200`

Success

- object
  - `message` string
  - `usageDetails` object
    - `diskUsage` number — Current disk usage in MB
    - `totalDiskUsage` number — Total disk space allocated in MB
    - `diskUsageWarning` boolean — Whether disk usage is at warning level
    - `databaseDiskUsage` number — Database disk usage in MB
    - `totalDatabaseDiskUsage` number — Total database disk space in MB
    - `bandwidth` number — Current bandwidth usage
    - `totalBandwidth` number — Total bandwidth allocated
    - `addonDomains` integer — Current number of addon domains
    - `totalAddonDomains` integer — Maximum addon domains allowed
    - `subdomains` integer — Current number of subdomains
    - `totalSubdomains` integer — Maximum subdomains allowed
    - `aliasDomains` integer — Current number of alias/parked domains
    - `totalAliasDomains` integer — Maximum alias/parked domains allowed
    - `ftpAccounts` integer — Current number of FTP accounts
    - `totalFtpAccounts` integer — Maximum FTP accounts allowed
    - `databases` integer — Current number of databases
    - `totalDatabases` integer — Maximum databases allowed
    - `emailAccounts` integer — Current number of email accounts
    - `totalEmailAccounts` integer — Maximum email accounts allowed
    - `emailAutoresponders` integer — Current number of email autoresponders
    - `totalEmailAutoresponders` integer — Maximum email autoresponders allowed
    - `emailForwarders` integer — Current number of email forwarders
    - `totalEmailForwarders` integer — Maximum email forwarders allowed

## Other responses

- `404` — Not found

---

[API](https://skmtc.dev/adminbolt/apis/adminbolt-api-documentation.md) · [All operations](https://skmtc.dev/adminbolt/apis/adminbolt-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adminbolt/adminbolt-api-documentation/revisions/bf4f36fbfbd3/schema)
