---
title: "Get billing records"
method: GET
path: "/api/v1alpha/billing"
tags: ["Billing Projects"]
---

# Get billing records

`GET /api/v1alpha/billing`

Return per-(billing_project, user) cost records for a date range. Non-developers see only their own records; developers see all. Costs are plain floats in USD. Omitting `end` includes currently-running batches; supplying `end` excludes them.

## Query parameters

- `start` string
- `end` string

## Response `200`

Billing records retrieved successfully.

- BillingRecord[]
  - `billing_project` string — The billing project.
  - `user` string — The user.
  - `total_spent` number — Total cost in USD.

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/hail-is/apis/hail-services.md) · [All operations](https://skmtc.net/hail-is/apis/hail-services/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hail-is/hail-services/revisions/3bd6e13adfa6/schema)
