v50

latestOpenAPI 3.1.0raw.githubusercontent.com2025-06-09181183330.0 KB
billing

List app billing usage

List the request, compute, sync, data transfer, and memory usage of a specific app in a given period for billing purposes.

get/groups/{groupId}/apps/{appId}/measurements

Path parameters

groupIdstring required
appIdstring required

The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.

Query parameters

startstring

The ISO 8601 date and time of the start of the query period. Default is 00:00:00 UTC on the first day of the current month.

endstring

The ISO 8601 date and time of the end of the query period. Default is 23:59:59 UTC on the last day of the current month.

granularity'P31D' | 'PT1H'

Specifies the granularity of the query period, either P31D (31 day) or PT1H (1 hour). Default is P31D.

Response

The measurements were successfully returned.

startstring

The RFC 3339 date and time of the start of the query period, which can be specified with the start query parameter.

endstring

The RFC 3339 date and time of the end of the query period, which can be specified with the end query parameter.

granularitystring

The granularity, which can be specified with the granularity query parameter.

group_idstring

The Atlas Group ID.

appIdstring

The Atlas App Services App ID specified by the appId path parameter.

appNamestring

The name of the Atlas App Services App specified by the appId path parameter.