list_invoices
Retrieve invoices for sub-accounts with storage, API call, and data transfer cost breakdowns. Filter by date, account ID, or invoice ID to isolate billing details.
Instructions
List invoices for Sub-Accounts within your permissions. Includes storage costs, API call costs, and data transfer costs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Filter by Invoice ID | |
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| page | No | Page number (default: 1) | |
| size | No | Items per page (default: 100) | |
| latest | No | Retrieve only the latest invoice | |
| subAccountId | No | Filter by Sub-Account ID | |
| subInvoiceId | No | Filter by Sub-Invoice ID | |
| controlAccountId | No | Filter by Control Account ID | |
| controlInvoiceId | No | Filter by Control Invoice ID | |
| governanceAccountId | No | Filter by Governance Account ID | |
| wasabiAccountNumber | No | Filter by Wasabi account number |