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

# Get billing information

`GET /api/v1alpha/billing`

Retrieve billing information for a specific time period

## Query parameters

- `time_period` string

## Response `200`

Billing information retrieved successfully

- BillingResponse
  - `cost_by_service` CostByService[] — Costs broken down by service
    - `service` string — Name of the service
    - `cost` string — Cost in dollars
  - `compute_cost_breakdown` ComputeCostBreakdown[] — Compute costs broken down by source
    - `source` string — Source of the compute cost
    - `cost` string — Cost in dollars
  - `cost_by_sku_label` CostBySKUSource[] — Costs broken down by SKU and source
    - `service_id` string — Service identifier
    - `service_description` string — Service description
    - `sku_id` string — SKU identifier
    - `sku_description` string — SKU description
    - `source` string, nullable — Source of the cost
    - `cost` string — Cost in dollars
  - `time_period_query` string — Time period for the billing data

## Other responses

- `401` — Unauthorized or insufficient permissions
- `403` — Forbidden - account is inactive

---

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