provider Account usage (beta) GET /api/v2/usage/streams/{source}/sdkversions
@utdk/launchdarkly /api/v2/usage/streams/{source}/sdkversions
Get stream usage SDK versions
Get a list of SDK version objects, which contain an SDK name and version. These are all of the SDKs that have connected to LaunchDarkly from your account in the past 60 days.
source path required
The source of streaming connections to describe. Must be either `client` or `server`.
string

Try it

Authentication
Configure credentials for LaunchDarkly REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

getstreamusagesdkversion
GET/api/v2/usage/streams/{source}/sdkversions
Get a list of SDK version objects, which contain an SDK name and version. These are all of the SDKs that have connected to LaunchDarkly from your account in the past 60 days.

Parameters

required

The source of streaming connections to describe. Must be either `client` or `server`.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import launchdarkly from '@utdk/launchdarkly';

await launchdarkly.getstreamusagesdkversion()