provider Account usage (beta) GET
/api/v2/usage/sdk-versions/all @utdk/launchdarkly
/api/v2/usage/sdk-versions/all Get usage details for all SDK versions
Get detailed SDK version usage data for all versions observed in the last 24 hours in your account. Unlike the `/details` endpoint which returns only the max version per SDK, this endpoint returns all SDK versions for the specified filters. This data is refreshed hourly.<br/><br/>All query parameters are optional, allowing you to filter results as broadly or narrowly as needed.
- environmentId query
- Filter to a specific environment ID.
- string
- projectId query
- Filter to a specific project ID.
- string
- sdkName query
- Filter to a specific SDK name.
- string
- sdkType query
- Filter to a specific SDK type (for example, 'server', 'browser', 'mobile').
- string
- sdkAppId query
- Filter to a specific SDK application ID.
- string
- connectionType query
- Filter to a specific connection type (for example, 'direct', 'proxy').
- 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.
Code snippet
Updates live as you fill in the form above.
TypeScript
import launchdarkly from '@utdk/launchdarkly';
await launchdarkly.getsdkallversions()