---
title: "Get all pods"
method: GET
path: "/transactions"
tags: ["General APIs with JWT"]
---

# Get all pods

`GET /transactions`

Endpoint to get all available pods.

## Response `200`

Pods retrieved successfully

- Transaction[]
  - `id` string, uuid
  - `user_id` string, uuid, required
  - `customer_id` string, nullable
  - `platform` 'COINBASE' | 'STRIPE' | 'TAO' | 'ALPHA' | 'REFERRAL' | 'ADMIN' | 'NOWPAYMENTS' | 'TMC_PAY'
  - `status` 'PENDING' | 'COMPLETED' | 'FAILED'
  - `description` string, nullable
  - `amount` number, nullable
  - `currency` string, nullable
  - `amount_in_usd` number, nullable
  - `reference_id` string, required
  - `stripe_invoice_id` string, nullable
  - `tmc_pay_invoice_id` string, nullable
  - `transaction_created_at` string, date-time
  - `transaction_paid_at` string, date-time, nullable

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.dev/lium/apis/lium-backend-api.md) · [All operations](https://skmtc.dev/lium/apis/lium-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lium/lium-backend-api/revisions/57db0a9348db/schema)
