---
title: "Get the billing info per day"
method: GET
path: "/billing/billing-per-day"
tags: ["General APIs with JWT"]
---

# Get the billing info per day

`GET /billing/billing-per-day`

## Query parameters

- `start_day` string, required
- `end_day` string, required

## Response `200`

Get the billing info per day

- BillingPerDayResponse[]
  - `billing_day` string, required
  - `amount` number, required
  - `billing_type` string, required

## Other responses

- `422` — Validation Error

---

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