For the complete documentation index, see llms.txt. For the full documentation snapshot, see llms-full.txt.
Get release frequency chart data. Engineering insights displays release frequency data in the release frequency metric view.
curl --request GET \
--url https://app.launchdarkly.com/api/v2/engineering-insights/charts/releases/frequency \
--header 'Authorization: <api-key>'{
"metadata": {
"summary": {},
"xAxis": "timestamp",
"yAxis": "count",
"name": "deploymentFrequency",
"metrics": {}
},
"series": [
{
"metadata": {
"name": "<string>",
"count": 123,
"bounds": [
{
"name": "equal",
"value": 100
}
]
},
"data": [
{
"x": 1617225600000,
"y": 100,
"values": {}
}
]
}
]
}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
The environment key
Comma separated list of application keys
Filter events to those associated with an experiment (true) or without an experiment (false)
Filter to include or exclude global events. Default value is include. Options: include, exclude
Property to group results by. Options: impact
Unix timestamp in milliseconds. Default value is 7 days ago.
Unix timestamp in milliseconds. Default value is now.
Specify type of bucket. Options: rolling, hour, day. Default: rolling.
Duration of intervals for x-axis in milliseconds. Default value is one day (86400000 milliseconds).
Options: metrics
curl --request GET \
--url https://app.launchdarkly.com/api/v2/engineering-insights/charts/releases/frequency \
--header 'Authorization: <api-key>'{
"metadata": {
"summary": {},
"xAxis": "timestamp",
"yAxis": "count",
"name": "deploymentFrequency",
"metrics": {}
},
"series": [
{
"metadata": {
"name": "<string>",
"count": 123,
"bounds": [
{
"name": "equal",
"value": 100
}
]
},
"data": [
{
"x": 1617225600000,
"y": 100,
"values": {}
}
]
}
]
}