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.

Authentication

Authorizationstring
API Key authentication via header

Path parameters

insightGroupKeystringRequired
The insight group key

Query parameters

expandstringOptional

Options: scores, environment

Response

Insight group response
keystring
The insight group key
namestring
The insight group name
projectKeystring
The project key
environmentKeystring
The environment key
createdAtlong
The time the insight group was created
environmentobject or null
Expanded details about the environment
scoresobject or null
The scores for the insight group
scoreMetadataobject or null
Metadata about the insight scores, when expanded
applicationKeyslist of strings or null
The application keys

Errors