---
title: "Get Team Transactions"
method: GET
path: "/billing/teams/{team_id}/transactions"
tags: ["billing"]
---

# Get Team Transactions

`GET /billing/teams/{team_id}/transactions`

Shared-pool ledger for the team. Any member may read.

## Path parameters

- `team_id` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- CreditTransactionResponse[]
  - `id` string, required
  - `amount_cents` integer, required
  - `type` string, required
  - `description` string, required
  - `snapshot_id` string, nullable
  - `repo_id` string, nullable
  - `balance_after_cents` integer, required
  - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/repowise/apis/repowise-hosted-api.md) · [All operations](https://skmtc.dev/repowise/apis/repowise-hosted-api/llms.txt) · [OpenAPI document](https://skmtc.dev/repowise/apis/repowise-hosted-api/revisions/b717017b882f?raw)
