Skip to content
Last updated

Changelog

All notable changes to the public Consumption Analytics APIs are documented in this file.

Legend

The format follows semantic versioning principles, grouping changes by their impact:

  • Added – New features or endpoints introduced.
  • Changed – Modifications to existing functionality.
  • Deprecated – Stable features that will be removed in a future release.
  • Removed – Deprecated features that have now been removed.
  • Fixed – Bug fixes or behavioral corrections.
  • Security – Important updates related to vulnerabilities or compliance.

2025-03-21

Added

Initial release of the public Consumption Analytics API.

  • Base path: /consumption-analytics/v1/reports
  • The following endpoints were introduced:
    • GET /reports – Lists the reports available to the authenticated user.
    • GET /reports/{id} – Retrieves the full definition of a specific report.
    • GET /reports/{id}/contents – Executes a report and returns the result as a downloadable CSV file.