For the complete documentation index, see llms.txt. For the full documentation snapshot, see llms-full.txt.
Retrieve aggregate quick stats for AI Configs in a project.
curl --request GET \
--url https://app.launchdarkly.com/api/v2/projects/{projectKey}/ai-configs/quick-stats \
--header 'Authorization: <api-key>'{
"activeExperiments": 6,
"averageSatisfaction7D": 1.4658129,
"activeConfigs": 0,
"spendMonthToDate": 5.962133916683182
}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.
An environment key. Only metrics from this environment will be included.
curl --request GET \
--url https://app.launchdarkly.com/api/v2/projects/{projectKey}/ai-configs/quick-stats \
--header 'Authorization: <api-key>'{
"activeExperiments": 6,
"averageSatisfaction7D": 1.4658129,
"activeConfigs": 0,
"spendMonthToDate": 5.962133916683182
}