Get MAU total usage
Get a time series of the number of context key usages observed by LaunchDarkly in your account, for the primary context kind only.<br/><br/>For past months, this reflects the context kind that was most recently marked as primary for that month. For the current month, the context kind may vary as new primary kinds are observed.<br/><br/>The supported granularity varies by aggregation type. The maximum time range is 365 days.
Query parameters
The series of data returned starts from this timestamp (Unix milliseconds). Defaults to the beginning of the current month.
The series of data returned starts from this timestamp (Unix milliseconds). Defaults to the beginning of the current month.
The series of data returned ends at this timestamp (Unix milliseconds). Defaults to the current time.
The series of data returned ends at this timestamp (Unix milliseconds). Defaults to the current time.
A project key to filter results by. Can be specified multiple times, one query parameter per project key.
A project key to filter results by. Can be specified multiple times, one query parameter per project key.
An environment key to filter results by. If specified, exactly one projectKey must be provided. Can be specified multiple times, one query parameter per environment key.
An environment key to filter results by. If specified, exactly one projectKey must be provided. Can be specified multiple times, one query parameter per environment key.
An SDK name to filter results by. Can be specified multiple times, one query parameter per SDK name.
An SDK name to filter results by. Can be specified multiple times, one query parameter per SDK name.
An SDK type to filter results by. Can be specified multiple times, one query parameter per SDK type.
An SDK type to filter results by. Can be specified multiple times, one query parameter per SDK type.
An anonymous value to filter results by. Can be specified multiple times, one query parameter per anonymous value.<br/>Valid values: true, false.
An anonymous value to filter results by. Can be specified multiple times, one query parameter per anonymous value.<br/>Valid values: true, false.
If specified, returns data for each distinct value of the given field. Can be specified multiple times to group data by multiple dimensions, one query parameter per dimension.<br/>Valid values: projectId, environmentId, sdkName, sdkType, sdkAppId, anonymousV2.
If specified, returns data for each distinct value of the given field. Can be specified multiple times to group data by multiple dimensions, one query parameter per dimension.<br/>Valid values: projectId, environmentId, sdkName, sdkType, sdkAppId, anonymousV2.
Specifies the aggregation method. Defaults to month_to_date.<br/>Valid values: month_to_date, incremental, rolling_30d.
Specifies the aggregation method. Defaults to month_to_date.<br/>Valid values: month_to_date, incremental, rolling_30d.
Specifies the data granularity. Defaults to daily. Valid values depend on aggregationType: month_to_date supports daily and monthly; incremental and rolling_30d support daily only.
Specifies the data granularity. Defaults to daily. Valid values depend on aggregationType: month_to_date supports daily and monthly; incremental and rolling_30d support daily only.
Response
Usage response
Example response
{
"series": [
{
"0": 11,
"1": 15,
"time": 1677888000000
}
]
}