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

# List agency transactions

`GET /agency/billing/transactions`

## Query parameters

- `status` string
- `page` integer
- `pageSize` integer

## Response `200`

Success

- TransactionDto[]
  - `id` integer
  - `status` string, nullable
  - `description` string, nullable
  - `amount` integer
  - `currency` string, nullable
  - `createdAt` string, date-time
  - `receiptUrl` string, nullable
  - `usage` 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)
