Get release frequency chart data

GET
/api/v2/engineering-insights/charts/releases/frequency

Get release frequency chart data. Engineering insights displays release frequency data in the release frequency metric view.

Query parameters

projectKeystringRequired

The project key

environmentKeystringRequired

The environment key

applicationKeystringOptional

Comma separated list of application keys

hasExperimentsbooleanOptional

Filter events to those associated with an experiment (true) or without an experiment (false)

globalstringOptional

Filter to include or exclude global events. Default value is include. Options: include, exclude

groupBystringOptional

Property to group results by. Options: impact

fromdatetimeOptional

Unix timestamp in milliseconds. Default value is 7 days ago.

todatetimeOptional

Unix timestamp in milliseconds. Default value is now.

bucketTypestringOptional

Specify type of bucket. Options: rolling, hour, day. Default: rolling.

bucketMslongOptional

Duration of intervals for x-axis in milliseconds. Default value is one day (86400000 milliseconds).

expandstringOptional

Options: metrics

Response

Chart response

metadataobject

Metadata for the chart

serieslist of objects

Series data for the chart

Errors

Built with