Skip to main content
POST
Get experiments impacted by a goal

Body

application/json
goalId
integer<int64>
required

ID of the goal to retrieve experiment impact data for.

impact
enum<string>

Filter results by the direction of the goal's impact on the experiment. Omit to return all experiments regardless of impact direction.

Available options:
POSITIVE,
NEGATIVE,
NEUTRAL
cursor
string

Cursor from a previous response's nextCursor field. Omit to start from the first page.

pageSize
integer<int32>

Number of results per page. Defaults to 20 if omitted.

Response

OK

impacts
Experiment impact · object[]
totalCount
integer<int64>
nextCursor
string