List Invoices
List invoices with pagination and status filtering
Results are ordered newest-first. Use offset and limit to page through results:
The pagination object tells you where you are:
Pass status to return only invoices in a specific state:
Valid statuses:
Each item in the invoices array is a summary — lighter than the full invoice from get().
Payment fields (paidAt, paidTxHash, paymentChain) are only present on paid invoices. They are undefined for open, expired, and canceled invoices.