---
title: "Get per-pod compute usage"
method: GET
path: "/billing/usage/compute/by-pod"
tags: ["Billing"]
---

# Get per-pod compute usage

`GET /billing/usage/compute/by-pod`

Returns top pods by cost with hours, sessions, tier, and region within the period.

## Query parameters

- `start_date` string
- `end_date` string
- `workspace_id` string
- `limit` integer

## Response `200`

OK

- GithubComActiveloopaiDeeplakeApiInternalBillingUsageByPodResponse
  - `entries` GithubComActiveloopaiDeeplakeApiInternalBillingUsageByPodEntry[]
    - `cost_cents` integer
    - `hours` number
    - `pod_name` string
    - `region` string
    - `sessions` integer
    - `tier` string
  - `period_end` string
  - `period_start` string

## 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)
