---
title: "List billed usages"
method: GET
path: "/agency/billing/usages"
tags: ["Billing"]
---

# List billed usages

`GET /agency/billing/usages`

## Query parameters

- `startTime` string, date-time
- `endTime` string, date-time

## Response `200`

Success

- BilledUsageDto[]
  - `startTime` string, date-time
  - `endTime` string, date-time
  - `responses` integer
  - `libraryBytes` integer
  - `users` integer
  - `responseCost` integer
  - `libraryCost` integer
  - `userCost` integer

---

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