List Invoices
List invoices with pagination and status filtering
List invoices
Response
Parameters
Pagination
Results are ordered newest-first. Use offset and limit to page through results:
The pagination object tells you where you are:
Filter by status
Pass status to return only invoices in a specific state:
Valid statuses:
Invoice list item shape
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.