---
title: "List Team Billing History"
method: GET
path: "/api/admin/teams/{team_id}/billing-history"
tags: ["admin-teams"]
---

# List Team Billing History

`GET /api/admin/teams/{team_id}/billing-history`

Paginated billing (per-resource charge) history for a team.

## Path parameters

- `team_id` string, required

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

Successful Response

- GenericPaginationResponseListBillingRecordResponse
  - `total_count` integer — Total number of items available in the dataset
  - `offset` integer — Number of items to skip before starting to collect the result set
  - `limit` integer — Maximum number of items to return
  - `data` BillingRecordResponse[], required
    - `id` string, required
    - `walletId` string, required
    - `amount` integer, required
    - `currency` string, required
    - `podId` string, nullable
    - `clusterId` string, nullable
    - `diskId` string, nullable
    - `sandboxId` string, nullable
    - `podHistoryId` string, nullable
    - `imageId` string, nullable
    - `inferenceId` string, nullable
    - `rftRunId` string, nullable
    - `continueOnDemand` boolean
    - `lastBilledAt` string, date-time, nullable
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
  - `status` string, nullable — Response status

## Other responses

- `401` — Authorization failed
- `403` — Insufficient permissions
- `422` — Invalid request data

---

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