Skip to main content
GET
/
api
/
v2
/
usage
/
sdk-versions
/
details
Get SDK versions usage details
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.

Authorizations

Authorization
string
header
required

Response

SDK versions usage response

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