---
title: "Get billing summary (hero strip)"
method: GET
path: "/billing/summary"
tags: ["Billing"]
---

# Get billing summary (hero strip)

`GET /billing/summary`

Single-round-trip payload powering the usage page hero strip.

## Query parameters

- `start_date` string
- `end_date` string
- `workspace_id` string
- `compare` string

## Response `200`

OK

- GithubComActiveloopaiDeeplakeApiInternalBillingBillingSummaryResponse
  - `balance_cents` integer
  - `comparison` GithubComActiveloopaiDeeplakeApiInternalBillingSummaryComparison
    - `compute_cost_previous` integer
    - `delta_pct` number
    - `total_cost_previous` integer
  - `compute` GithubComActiveloopaiDeeplakeApiInternalBillingSummaryCompute
    - `by_tier` GithubComActiveloopaiDeeplakeApiInternalBillingComputeTierBreakdown[]
      - `cost_cents` integer
      - `hours` number
      - `tier` string
      - `unit_price_cents` integer
    - `total_cost_cents` integer
    - `total_pod_hours` number
  - `period_end` string
  - `period_start` string
  - `projected_end_of_period_cents` integer
  - `storage_cost_cents` integer
  - `total_cost_cents` integer
  - `transfer_cost_cents` integer

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/deeplake/apis/deeplake-api.md) · [All operations](https://skmtc.net/deeplake/apis/deeplake-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deeplake/deeplake-api/revisions/e16ed11d991c/schema)
