List invoices
ws_invoice_listRetrieve a list of invoices with amounts, dates, and payment status for an account. Filter by page and user ID to track billing history.
Instructions
List the account's invoices with their amounts, dates and payment status. Paying an invoice is deliberately out of scope for this server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. | |
| userId | No | Account id, or the literal "self" for the authenticated account. Defaults to "self". | self |
| pagesize | No | Records per page. |