Get stale flags chart data

Get stale flags chart data. Engineering insights displays stale flags data in the [flag health metric view](https://launchdarkly.com/docs/home/observability/flag-health). ### Expanding the chart response LaunchDarkly supports expanding the chart response to include additional fields. To expand the response, append the `expand` query parameter and include the following: * `metrics` includes details on the metrics related to stale flags For example, use `?expand=metrics` to include the `metrics` field in the response. By default, this field is **not** included in the response.

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
groupBystringOptionalformat: "string"

Property to group results by. Options: maintainer

maintainerIdstringOptionalformat: "string"

Comma-separated list of individual maintainers to filter results.

maintainerTeamKeystringOptionalformat: "string"

Comma-separated list of team maintainer keys to filter results.

expandstringOptionalformat: "string"

Options: metrics

Response

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

Errors