---
title: "Get Usage Summary By ID"
method: GET
path: "/usage-summaries/{usageSummaryId}"
tags: ["Usage Summaries"]
---

# Get Usage Summary By ID

`GET /usage-summaries/{usageSummaryId}`

Fetch a paginated list of usage summaries. Default page is 0 and default size is 10. The maximum page size is 200

## Path parameters

- `usageSummaryId` string, uuid, required

## Response `200`

Successful operation

- UsageSummary
  - `id` string, uuid — The id
  - `companyId` string, uuid — The company id
  - `productId` string, uuid — The product id
  - `resourceGroup` string — Resource group assigned to the usage summary
  - `vendorName` string — Vendor Name
  - `currentCharges` number — Charges for the current month
  - `currencyCode` string — The currency ISO 4217 code
  - `partnerTotal` number — The partner total for the current month
  - `isTrial` boolean — Indicates whether the usage summary is for a trial

---

[API](https://skmtc.dev/pax8/apis/authentication.md) · [All operations](https://skmtc.dev/pax8/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pax8/authentication/revisions/4026bf405528/schema)
