---
title: "Get flag status chart data"
method: GET
path: "/api/v2/engineering-insights/charts/flags/status"
tags: ["Insights charts (beta)"]
---

# Get flag status chart data

`GET /api/v2/engineering-insights/charts/flags/status`

Get flag status chart data. To learn more, read [Flag statuses](https://launchdarkly.com/docs/home/observability/flag-health#flag-statuses).

## 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

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