For the complete documentation index, see llms.txt. For the full documentation snapshot, see llms-full.txt.
Get detailed SDK version usage data for your account, including version information, EOL status, and relay proxy metadata. Refreshed hourly, returns the max version for each SDK observed in the last 24 hours, including those without EOL metadata available.
This endpoint provides comprehensive information about SDK versions in use across your projects and environments.
curl --request GET \
--url https://app.launchdarkly.com/api/v2/usage/sdk-versions/details \
--header 'Authorization: <api-key>'[
{
"name": "<string>",
"version": "<string>",
"type": "<string>",
"projectId": "<string>",
"projectKey": "<string>",
"projectName": "<string>",
"environmentId": "<string>",
"environmentKey": "<string>",
"environmentName": "<string>",
"applicationId": "<string>",
"ldLatestVersion": "<string>",
"eolStatus": "<string>",
"latestReleaseUrl": "<string>",
"connectionType": "<string>",
"relayVersion": "<string>",
"relayEolStatus": "<string>",
"relayLatestVersion": "<string>",
"relayLatestReleaseUrl": "<string>"
}
]Documentation Index
Fetch the complete documentation index at: https://launchdarkly-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
SDK versions usage response
curl --request GET \
--url https://app.launchdarkly.com/api/v2/usage/sdk-versions/details \
--header 'Authorization: <api-key>'[
{
"name": "<string>",
"version": "<string>",
"type": "<string>",
"projectId": "<string>",
"projectKey": "<string>",
"projectName": "<string>",
"environmentId": "<string>",
"environmentKey": "<string>",
"environmentName": "<string>",
"applicationId": "<string>",
"ldLatestVersion": "<string>",
"eolStatus": "<string>",
"latestReleaseUrl": "<string>",
"connectionType": "<string>",
"relayVersion": "<string>",
"relayEolStatus": "<string>",
"relayLatestVersion": "<string>",
"relayLatestReleaseUrl": "<string>"
}
]