---
title: "View Usage"
method: GET
path: "/usage"
---

# View Usage

`GET /usage`

Returns the usage of the account.

## Query parameters

- `period` string, required

## Response `200`

200

- object
  - `serverUsage` object[]
    - `description` string
    - `start` string
    - `end` string
    - `cost` integer
    - `hours` integer
    - `amount` integer
    - `type` string
  - `backupUsage` unknown
  - `bandwidthUsage` object[]
    - `description` string
    - `start` string
    - `end` string
    - `cost` integer
    - `hours` integer
    - `amount` integer
    - `type` string
  - `protectionUsage` object[]
    - `description` string
    - `start` string
    - `end` string
    - `cost` integer
    - `hours` integer
    - `amount` integer
    - `type` string
  - `totalUsd` integer
  - `prevMonth` string
  - `thisMonth` string
  - `nextMonth` string

## Other responses

- `400` — 400

---

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