List billing ledger records
Billing
List billing records
Paginated history of charges, credits, and refunds for the authenticated client. Excludes underlying provider costs and other internal pricing details. Filter by record type via the type query parameter (comma-separated to include multiple).
GET
List billing ledger records
Paginated history of charges, credits, and refunds against your prepaid balance. Each record represents one of:Documentation Index
Fetch the complete documentation index at: https://docs.omnifence.ai/llms.txt
Use this file to discover all available pages before exploring further.
charge— a per-call cost deducted from your balance.credit— a top-up added to your balance.refund— a previously charged request refunded after permanent failure.stripe_refund— a top-up reversed via Stripe.
Filtering by type
Pass thetype query parameter to return only records of a given type. Multiple types can be combined as a comma-separated list:
400 INVALID_REQUEST.
Pagination
Use thecursor returned in next_cursor to fetch the next page. The type filter must be repeated on each follow-up request — cursors do not encode the filter.