---
title: "Get MAU SDKs by type"
method: GET
path: "/api/v2/usage/mau/sdks"
tags: ["Account usage (beta)"]
---

# 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.<br/><br/>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](https://launchdarkly.com/docs/home/account/metrics).

## Query parameters

- `from` string, string — The data returned starts from this timestamp. Defaults to seven days ago. The timestamp is in Unix milliseconds, for example, 1656694800000.
- `to` string, string — The data returned ends at this timestamp. Defaults to the current time. The timestamp is in Unix milliseconds, for example, 1657904400000.
- `sdktype` string, string — The type of SDK with monthly active users (MAU) to list. Must be either `client` or `server`.

## Response `200`

MAU SDKs response

- SdkListRep
  - `_links` object, required — The location and content type of related resources
  - `sdks` string[], required — The list of SDK names

## Other responses

- `400` — Invalid request
- `401` — Invalid access token
- `403` — Forbidden
- `429` — Rate limited

---

[API](https://skmtc.net/launchdarkly/apis/launchdarkly-rest-api.md) · [All operations](https://skmtc.net/launchdarkly/apis/launchdarkly-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/launchdarkly/launchdarkly-rest-api/versions/69c5c9aafe78/schema)
