Get MAU SDKs by type

GET
/api/v2/usage/mau/sdks

Get a list of SDKs. These are all of the SDKs that have connected to LaunchDarkly by monthly active users (MAU) in the requested time period.

Endpoints for retrieving monthly active users (MAU) do not return information about active context instances. After you have upgraded your LaunchDarkly SDK to use contexts instead of users, you should not rely on this endpoint. To learn more, read Account usage metrics.

Query parameters

fromstringOptional

The data returned starts from this timestamp. Defaults to seven days ago. The timestamp is in Unix milliseconds, for example, 1656694800000.

tostringOptional

The data returned ends at this timestamp. Defaults to the current time. The timestamp is in Unix milliseconds, for example, 1657904400000.

sdktypestringOptional

The type of SDK with monthly active users (MAU) to list. Must be either client or server.

Response

MAU SDKs response

sdkslist of strings

The list of SDK names

Errors

Built with