List charges
List charges for organizations or projects. You must specify at least organization_ids or project_ids.
query Parameters
organization_idOrganization ID to filter for, only charges for this organization will be returned.
order_bySort order of charges in the response.
page_tokenToken returned by previous call to list next paginated charges, omitted for first page.
page_sizeNumber of charges to return per page.
start_date_afterMinimum start date of charges to filter for, defaults to the start of the billing period. (RFC 3339 format)
end_date_beforeMaximum end date of charges to filter for, defaults to the end of the billing period. (RFC 3339 format)
invoice_idsInvoice IDs to filter for, only charges from these invoices will be returned. (UUID format)
project_idsProject IDs to filter for, only charges for these projects will be returned. (UUID format)
resource_idsResource IDs to filter for, only charges for these resources will be returned.
resource_namesResource display names to filter for, only charges for these resources will be returned.
skusSKU IDs to filter for, only charges for these SKUs will be returned.
clamp_to_time_rangeClamp charges to the requested time range.
List charges › Responses
Paginated matching charges.
next_page_tokenPage token to use with following call to keep listing charges if there are more.