Skip to main content
Get billing history reports with advanced filtering and pagination.

Signature

Parameters

invoices
bool
default:"False"
invoices
invoice_type
Optional[List[str]]
invoice_type
charges
bool
default:"False"
charges
charge_type
Optional[List[str]]
charge_type
start_date
Optional[str]
start_date
end_date
Optional[str]
end_date
limit
int
default:"20"
limit
next_token
Optional[str]
next_token
format
str
default:"\"table\""
format
verbose
bool
default:"False"
verbose
latest_first
bool
default:"False"
latest_first

Returns

str, Result from the API call.

Example