---
title: "Get All Sub-Invoices for a Sub-Account"
slug: "get-all-sub-invoices-for-a-sub-account"
updated: 2025-10-23T18:39:57Z
published: 2025-10-23T18:40:53Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wasabi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get All Sub-Invoices for a Sub-Account

Get/v1/accounts/{AcctNum}/invoices

Return all sub-invoices associated with a specific Sub-Account. Sub-invoices across all Sub-Accounts are rolled up into a single invoice that is charged to the Control Account. (See Billing regarding billing policies associated with the Wasabi Account Control API.)

SecurityAPI Key: ApiKeyAuthHeader parameter nameAuthorization

Please enter your Primary Partner API Key

Path parametersAcctNuminteger (int32) Required

Query parametersfromstring (date) 
tostring (date) 

Responses200

OK

<select class='api-response-data' aria-label='Media type'><option value='3ff2fc95-3406-4ccd-9494-83632250a8f3'>application/json</option>
</select>Array of object   object  SubInvoiceNuminteger  (int32)    
InvoiceNuminteger  (int32)    
AcctNuminteger  (int32)    
ParentAcctNuminteger  (int32)    
AcctPlanNuminteger  (int32)    
CreateTimestring  (date-time)    
PeriodStartstring  (date-time)    
PeriodEndstring  (date-time)    
Totalnumber  (float)    
Currencystring    
Statusstring
