Retrieve daily billing cost data per app as time series for charting.
Service Account Token authentication. To authenticate API requests:
Create a Service Account Token:
Use the Token:
Include the service account token in the Authorization header of API requests:
Authorization: Bearer <your-service-account-token>
Best Practices:
For CI/CD integration examples, see the CI/CD documentation.
Month to query in YYYY-MM format, or 'current'/'previous' aliases
Time granularity for data points (currently only 'day' is supported)
Number of top apps to return (default 10)
Whether to group remaining apps into 'Others' (true/false)
Comma-separated list of app IDs to include (optional filter)
Comma-separated list of app IDs to exclude (optional filter)
OK