Billing
Payment Transactions
List payment transactions (subscriptions, wallet top-ups)
GET
Request
Headers
string
required
Bearer token (JWT or API key)
Query Parameters
number
default:"1"
Page number
number
default:"20"
Items per page (max 100)
string
Filter:
one_time, subscription, admin_bonusstring
Filter:
succeeded, pending, failedResponse
Returns payment history (wallet top-ups, subscription payments). For per-operation service usage (TTS/STT/LLM/Memory deductions), useGET /billing/usage-logs instead.
Only the workspace owner can view transactions. Protected by
billing:manage permission.