---
title: "Get Billing History"
method: GET
path: "/billing/history"
tags: ["Billing", "billing"]
---

# Get Billing History

`GET /billing/history`

Get billing history for the current customer.

Returns all successfully billed periods, most recent first.
Admin only — used in customer-facing billing settings.

## Response `200`

Successful Response

- CustomerBillingHistoryResponse
  - `items` BillingRunItemResponse[], required
    - `billing_run_item_id` string, uuid, required
    - `billing_run_id` string, uuid, required
    - `customer_id` string, uuid, required
    - `customer_name` string, nullable
    - `billing_contract_id` string, uuid, required
    - `status` string, required
    - `period_start` string, date-time, required
    - `period_end` string, date-time, required
    - `billing_date` string, date-time, required
    - `gross_amount_cents` integer, required
    - `gross_amount_display` string, required
    - `adjustment_amount_cents` integer, required
    - `adjustment_amount_display` string, required
    - `amount_cents` integer, required
    - `amount_display` string, required
    - `call_count` integer, nullable
    - `applied_adjustments` AppliedAdjustmentResponse[]
      - `billing_adjustment_id` string, uuid, required
      - `description` string, required
      - `adjustment_type` 'credit' | 'charge', required
      - `amount_cents` integer, required
      - `amount_display` string, required
    - `moov_transfer_id` string, nullable
    - `moov_transfer_status` string, nullable
    - `error_message` string, nullable
    - `created_at` string, date-time, required

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
