Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Cloud Billing
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
    • API authentication
        • Overview
          • Overview
          • GetBillingAccountUsageReport
          • GetCloudUsageReport
          • GetFolderUsageReport
          • GetServiceUsageReport
          • GetSKUUsageReport
          • GetResourceUsageReport
          • GetLabelKeyUsageReport
  • Audit Trails events
  1. API reference
  2. gRPC
  3. Billing usage
  4. ConsumptionCore
  5. Overview

Billing Usage API, gRPC: ConsumptionCoreService

Written by
Yandex Cloud
Updated at October 30, 2025

Service for detailed consumption and usage reporting.

The ConsumptionCoreService provides a comprehensive set of methods for retrieving detailed
usage and billing information for different entities within a billing account hierarchy.
Each method offers aggregated data for specific entity types (a billing account, clouds,
folders, services, SKUs, resources, or labels) with support for various filtering options
and aggregation periods. Note that each request targets a single billing account.

All methods in this service follow the same three-level response structure:

  1. Overall totals for the entire request period (cost, credits, expense)
  2. Entity-level totals - summary data for each entity of the requested type
  3. Time series data - periodic breakdown for each entity according to the specified aggregation period
    (controlled by the aggregation_period request parameter: day/week/month/quarter/year)

These methods help customers and internal teams analyze usage patterns, track expenses,
monitor resource consumption, and generate detailed billing reports. The service
supports filtering by entity IDs, date ranges, labels, and other parameters to provide
targeted insights into cloud resource usage.

Required permissions:
All methods in this service require one of the following permissions on the specified billing account:

  • billing.accounts.getReport

MethodsMethods

Method

Description

GetBillingAccountUsageReport

Returns aggregated usage report for a single specified billing account,

GetCloudUsageReport

Returns aggregated usage report for the specified clouds

GetFolderUsageReport

Returns aggregated usage report for the specified folders

GetServiceUsageReport

Returns aggregated usage report for the specified services

GetSKUUsageReport

Returns aggregated usage report by SKU (Stock Keeping Unit)

GetResourceUsageReport

Returns aggregated usage report by individual resource

GetLabelKeyUsageReport

Returns aggregated usage report by label keys and values

Was the article helpful?

Previous
Overview
Next
GetBillingAccountUsageReport
© 2025 Direct Cursus Technology L.L.C.