---
title: "Get usage summary"
method: GET
path: "/billing/usage"
tags: ["Billing"]
---

# Get usage summary

`GET /billing/usage`

Returns aggregated usage in dollar amounts for a date range.

## Query parameters

- `start` string — Start date (YYYY-MM-DD). Defaults to first of current month.
- `end` string — End date (YYYY-MM-DD). Defaults to today.

## Response `200`

Usage summary

- object
  - `data` object, required
    - `totalJobs` integer, required
    - `totalAmountCharged` integer, required — Total charged in nanodollars
    - `totalAmountFormatted` string, required — Total formatted as dollars
    - `totalComputeSeconds` integer, required
    - `byJobType` object, required
    - `daily` object[], required
      - `date` string, required
      - `jobType` string, required
      - `jobCount` integer, required
      - `amountCharged` integer, required
      - `computeSeconds` integer, required

## Other responses

- `400` — Invalid date
- `401` — Unauthorized

## Changes

> 7 revisions in range; 1 could not be searched.

- **2026-08-29** `4d10ec4266ee` — 1 info
  - api operation id `getUsage` was added

[Change history](https://skmtc.dev/rendobar/apis/rendobar-api/changes/billing/usage/get.md)

---

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