Reports
Authorizations
Query parameters
groupByDatestring · enumRequiredExample:
Group sessions with a certain date range. You can also group by a custom number of days by passing ${int}d.
7dPossible values: dateAnchorstring · dateOptionalExample:
Must only be included if using a custom groupByDate number. Anchors the groupByDate to a custom UTC date.
2023-01-01buildIdstringOptionalDefault:
If set, only sessions for the given buildId will be included in the report.
allExample: b_k5h7avnbeedjbkm2cwuorlis7mstartDatestring · dateOptionalDefault:
The start date of the report (UTC time & inclusive).
12 months prior to todayExample: 2023-01-01endDatestring · dateOptionalDefault:
The end date of the report (UTC time & inclusive).
todayExample: 2023-02-01Responses
200
OK
400
Invalid query parameters
application/json
406
Unsupported Accept header
application/json
get/v2/reports/usage/summary
Authorizations
Query parameters
platformstring · enumOptionalDefault:
If set, only sessions for the given platform will be included in the report.
bothExample: bothPossible values: startDatestring · dateOptionalDefault:
The start date of the report (UTC time & inclusive).
3 months prior to todayExample: 2023-01-01endDatestring · dateOptionalDefault:
The end date of the report (UTC time & inclusive).
todayExample: 2023-02-01Responses
200
OK
400
Invalid query parameters
application/json
406
Unsupported Accept header
application/json
get/v2/reports/usage/concurrency
Last updated