v50

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

List group billing usage in a given period

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

get/groups/{groupId}/measurements

Path parameters

groupIdstring required

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.