---
title: "Retrieves the collection of UnbilledCharge resources."
method: GET
path: "/unbilled_charges"
tags: ["UnbilledCharge"]
---

# Retrieves the collection of UnbilledCharge resources.

`GET /unbilled_charges`

Retrieves the collection of UnbilledCharge resources.

## Query parameters

- `page` integer
- `itemsPerPage` integer

## Response `200`

UnbilledCharge collection

- UnbilledCharge[]
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — Unique identifier for the customer e.g. "1"
  - `amount` string, nullable — Amount from unbilled charge
  - `currencyCode` string, nullable — Currency code
  - `customerId` string, nullable — Customer Id
  - `subscriptionId` string, nullable — Subscription Id
  - `description` string, nullable — Description of unbilled charge e.g. No Trial
  - `quantity` integer, nullable — Quantity of unbilled charges
  - `created` string, date-time, nullable — Date entry was created
  - `dueDate` string, date-time, nullable — Due date on unbilled charge

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/revisions/d08a107895ad/schema)
