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

# Get transactions

`GET /billing/transactions`

Returns balance transaction history for the authenticated user's organization

## Query parameters

- `limit` integer
- `offset` integer
- `start_date` string
- `end_date` string

## Response `200`

OK

- GithubComActiveloopaiDeeplakeApiInternalBillingCreditTransactionResponse
  - `total_count` integer
  - `transactions` GithubComActiveloopaiDeeplakeApiInternalBillingCreditTransaction[]
    - `amount` integer
    - `balance_after` integer
    - `created_at` string
    - `description` string
    - `id` string
    - `idempotency_key` string
    - `org_id` string
    - `stripe_payment_intent_id` string
    - `transaction_type` 'usage' | 'top_up' | 'refund' | 'adjustment' | 'initial_grant' | 'grant_expiry' | 'referral_bonus' | 'referral_reversal'

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

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