provider Insights scores (beta) GET
/api/v2/engineering-insights/insights/groups/{insightGroupKey} @utdk/launchdarkly
/api/v2/engineering-insights/insights/groups/{insightGroupKey} Get insight group
Get insight group
### Expanding the insight group response
LaunchDarkly supports expanding the insight group response to include additional fields.
To expand the response, append the `expand` query parameter and include the following:
* `scores` includes details on all of the scores used in the engineering insights metrics views for this group
* `environment` includes details on each environment associated with this group
For example, use `?expand=scores` to include the `scores` field in the response. By default, this field is **not** included in the response.
- insightGroupKey path required
- The insight group key
- string
- expand query
- Options: `scores`, `environment`
- string
Try it
Authentication
Configure credentials for LaunchDarkly REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import launchdarkly from '@utdk/launchdarkly';
await launchdarkly.getinsightgroup()