v5

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-02-283466592.5 MB
Insights charts (beta)

Get flag status chart data

Get flag status chart data. To learn more, read Flag statuses.

get/api/v2/engineering-insights/charts/flags/status

Query parameters

projectKeystring string required

The project key

The project key

environmentKeystring string required

The environment key

The environment key

applicationKeystring string

Comma separated list of application keys

Comma separated list of application keys

Response

Chart response

Example response

{
  "metadata": {
    "name": "deploymentFrequency",
    "xAxis": {
      "unit": "count"
    },
    "yAxis": {
      "unit": "count"
    }
  },
  "series": [
    {
      "metadata": {
        "bounds": [
          {
            "name": "equal",
            "value": 100
          }
        ]
      },
      "data": [
        {
          "x": 1617225600000,
          "y": 100
        }
      ]
    }
  ]
}