Microsoft Cost Management

The Cost Management APIs provide the ability to explore cost and usage data via multidimensional analysis, where creating customized filters and expressions allow you to answer consumption-related questions for your Azure resources. These APIs are currently available for Azure Enterprise customers.

REST Operation Groups

Operation Group Description
Dimensions Provides operations to get supported dimensions for your usage under a variety of scopes. You can retrieve a list of dimensions that can be used as inputs for generating queries with the Query or Exports API.
Query Provides operations to get aggregated cost and usage data based on the query you supply. Data can be filtered, sorted, and grouped by all available Dimensions (accessible through the Dimensions API).
Exports Provides operations to schedule recurring exports of cost and usage data to blob storage. Data can be filtered, sorted, and grouped by all available Dimensions (accessible through the Dimensions API).

See also

Azure consumption REST API documentation