Return a unified, date-desc list of invoices and credit notes for the workspace.
Returns up to 50 of each kind per page. Each source (invoices, credit notes)
paginates independently via Stripe’s native starting_after cursor; callers
thread the returned next_invoice_cursor / next_credit_note_cursor back
as query params to fetch the next page. has_more is true when either
cursor is non-null. Proration line items are embedded in their parent invoice
description — they are NOT emitted as standalone events.
Documentation Index
Fetch the complete documentation index at: https://docs.riftmap.dev/llms.txt
Use this file to discover all available pages before exploring further.