Get release frequency chart data

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

Authentication

Authorizationstring
API Key authentication via header

Query Parameters

projectKeystringRequiredformat: "string"
The project key
environmentKeystringRequiredformat: "string"
The environment key
applicationKeystringOptionalformat: "string"
Comma separated list of application keys
hasExperimentsbooleanOptional

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

globalstringOptionalformat: "string"

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

groupBystringOptionalformat: "string"

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.
bucketTypestringOptionalformat: "string"

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).

expandstringOptionalformat: "string"

Options: metrics

Response

Chart response
metadataobject
Metadata for the chart
serieslist of objects
Series data for the chart

Errors