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

# GET /billing/transactions

`GET /billing/transactions`

## Response `200`

Current workspace credit transactions

- BillingTransactionListResponse
  - `data` object, required
    - `items` CreditTransaction[], required
      - `accountId` string, required
      - `amountCredits` integer, required
      - `balanceAfterCredits` integer, required
      - `createdAt` string, date-time, required
      - `createdBy` string, required
      - `expiresAt` string, date-time
      - `id` string, required
      - `reason` string, required
      - `resourceLabel` string
      - `sourceId` string, required
      - `sourceType` string, required
      - `type` string, required
  - `meta` object

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/greentally/apis/esgai-api.md) · [All operations](https://skmtc.dev/greentally/apis/esgai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/greentally/esgai-api/revisions/09945036a28b/schema)
