Billing
Payment Transactions
List payment transactions (subscriptions, wallet top-ups)
GET
Request
Headers
Bearer token (JWT or API key)
Query Parameters
Page number
Items per page (max 100)
Filter:
one_time, subscription, admin_bonusFilter:
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.