Create insight group

POST
/api/v2/engineering-insights/insights/group

Create insight group

Request

This endpoint expects an object.
namestringRequired

The name of the insight group

keystringRequired

The key of the insight group

projectKeystringRequired

The projectKey to be associated with the insight group

environmentKeystringRequired

The environmentKey to be associated with the insight group

applicationKeyslist of stringsOptional

The application keys to associate with the insight group. If not provided, the insight group will include data from all applications.

Response

Created

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

environmentobjectOptional

Expanded details about the environment

scoresobjectOptional

The scores for the insight group

scoreMetadataobjectOptional

Metadata about the insight scores, when expanded

applicationKeyslist of stringsOptional

The application keys

Errors

Built with