---
title: "Get release frequency chart data"
method: GET
path: "/api/v2/engineering-insights/charts/releases/frequency"
tags: ["Insights charts (beta)"]
---

# 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](https://launchdarkly.com/docs/home/observability/releases).

## Query parameters

- `projectKey` string, string, required — The project key
- `environmentKey` string, string, required — The environment key
- `applicationKey` string, string — Comma separated list of application keys
- `hasExperiments` boolean — Filter events to those associated with an experiment (`true`) or without an experiment (`false`)
- `global` string, string — Filter to include or exclude global events. Default value is `include`. Options: `include`, `exclude`
- `groupBy` string, string — Property to group results by. Options: `impact`
- `from` string, date-time
- `to` string, date-time
- `bucketType` string, string — Specify type of bucket. Options: `rolling`, `hour`, `day`. Default: `rolling`.
- `bucketMs` integer — Duration of intervals for x-axis in milliseconds. Default value is one day (`86400000` milliseconds).
- `expand` string, string — Options: `metrics`

## Response `200`

Chart response

- InsightsChart
  - `metadata` InsightsChartMetadata, required
    - `summary` InsightsChartMetadataCustomValues, required
    - `name` string — Name of the chart
    - `metrics` InsightsChartMetrics
    - `xAxis` InsightsChartSeriesMetadataAxis, required
      - `unit` string, required — Unit of the axis
    - `yAxis` InsightsChartSeriesMetadataAxis, required
      - `unit` string, required — Unit of the axis
  - `series` InsightsChartSeries[], required — Series data for the chart
    - `metadata` InsightsChartSeriesMetadata, required
      - `name` string, required — Name of the series
      - `count` integer — Aggregate count of the series values
      - `bounds` InsightsChartBounds[] — Bounds for the series data
        - `name` string, required — Name of the bound
        - `value` integer, required — Value of the bound
    - `data` InsightsChartSeriesDataPoint[], required — Data points for the series
      - `x` integer, required — X-axis value
      - `y` integer, required — Y-axis value
      - `values` object — Additional values for the data point

## Other responses

- `400` — Invalid request
- `401` — Invalid access token
- `403` — Forbidden
- `404` — Invalid resource identifier
- `429` — Rate limited

---

[API](https://skmtc.dev/launchdarkly/apis/launchdarkly-rest-api.md) · [All operations](https://skmtc.dev/launchdarkly/apis/launchdarkly-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/launchdarkly/launchdarkly-rest-api/revisions/69c5c9aafe78/schema)
