---
title: "Get billing usage report for an organization"
method: GET
path: "/organizations/{org}/settings/billing/usage"
tags: ["billing"]
---

# Get billing usage report for an organization

`GET /organizations/{org}/settings/billing/usage`

Gets a report of the total usage for an organization. To use this endpoint, you must be an administrator of an organization within an enterprise or an organization account.

**Note:** This endpoint is only available to organizations with access to the enhanced billing platform. For more information, see "[About the enhanced billing platform](https://docs.github.com/billing/using-the-new-billing-platform)."

## Path parameters

- `org` string, required

## Query parameters

- `year` integer
- `month` integer
- `day` integer

## Response `200`

Billing usage report response for an organization

- BillingUsageReport
  - `usageItems` object[]
    - `date` string, required — Date of the usage line item.
    - `product` string, required — Product name.
    - `sku` string, required — SKU name.
    - `quantity` integer, required — Quantity of the usage line item.
    - `unitType` string, required — Unit type of the usage line item.
    - `pricePerUnit` number, required — Price per unit of the usage line item.
    - `grossAmount` number, required — Gross amount of the usage line item.
    - `discountAmount` number, required — Discount amount of the usage line item.
    - `netAmount` number, required — Net amount of the usage line item.
    - `organizationName` string, required — Name of the organization.
    - `repositoryName` string — Name of the repository.

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `500` — Internal Error
- `503` — Service unavailable

---

[API](https://skmtc.net/github/apis/rest-api.md) · [All operations](https://skmtc.net/github/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/rest-api/versions/80850db290cd/schema)
