For the complete documentation index, see llms.txt. For the full documentation snapshot, see llms-full.txt.
Get current experimentation settings for the given project
curl --request GET \
--url https://app.launchdarkly.com/api/v2/projects/{projectKey}/experimentation-settings \
--header 'Authorization: <api-key>'{
"_projectId": "12345abcde67890fghij",
"_projectKey": "project-key-123abc",
"randomizationUnits": [
{
"randomizationUnit": "user",
"default": true,
"_hidden": true,
"_displayName": "User"
}
],
"_creationDate": "1654104600000",
"_links": {}
}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.
The project key
Experimentation settings response
The project ID
"12345abcde67890fghij"
The project key
"project-key-123abc"
An array of the randomization units in this project
Show child attributes
Timestamp of when the experiment was created
"1654104600000"
The location and content type of related resources
Show child attributes
curl --request GET \
--url https://app.launchdarkly.com/api/v2/projects/{projectKey}/experimentation-settings \
--header 'Authorization: <api-key>'{
"_projectId": "12345abcde67890fghij",
"_projectKey": "project-key-123abc",
"randomizationUnits": [
{
"randomizationUnit": "user",
"default": true,
"_hidden": true,
"_displayName": "User"
}
],
"_creationDate": "1654104600000",
"_links": {}
}