Summarize billing records for an NGC organization
Returns aggregate counts and total billed compute hours for billing records that match the same filters and period overlap as the list endpoint. The query object echoes sent query parameters.
Required role: air_org_admin
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
Filter by when this billing window ended. A date-only value (YYYY-MM-DD) matches all records that ended on that calendar day. A full datetime matches that exact timestamp.
Filter by when this billing window began. A date-only value (YYYY-MM-DD) matches all records that began on that calendar day. A full datetime matches that exact timestamp.
Filter by when the record was created. A date-only value (YYYY-MM-DD) matches all records on that calendar day. A full datetime matches that exact timestamp.
Filter by when the record was last modified. A date-only value (YYYY-MM-DD) matches all records on that calendar day. A full datetime matches that exact timestamp.
Order objects by field. Prefix with - for descending order.
Specify the end of a window to filter billing records. Example: 2026-01-31T23:59:59Z
Specify the start of a window to filter billing records. Example: 2026-01-01T00:00:00Z
Filter by compute-hours rate applied while the sim was running.
Filter by total memory (MiB) allocated across all nodes while the sim was running.
Filter by total storage (GB) allocated across all nodes while the sim was running.