---
title: "Get experiments impacted by a goal"
method: POST
path: "/goal-campaign/experiments"
tags: ["GoalCampaign"]
---

# Get experiments impacted by a goal

`POST /goal-campaign/experiments`

Returns a paginated list of experiments that are linked to the specified goal, along with per-variation impact data (visitors, conversions, revenue, and improvement rate). Use the `impact` field to filter results to experiments where the goal had a `POSITIVE`, `NEGATIVE`, or `NEUTRAL` effect. Navigate pages using the `cursor` and `nextCursor` fields.

## Request body

- ExperimentImpactRequest
  - `goalId` integer, required — ID of the goal to retrieve experiment impact data for.
  - `impact` 'POSITIVE' | 'NEGATIVE' | 'NEUTRAL' — Filter results by the direction of the goal's impact on the experiment. Omit to return all experiments regardless of impact direction.
  - `cursor` string — Cursor from a previous response's `nextCursor` field. Omit to start from the first page.
  - `pageSize` integer — Number of results per page. Defaults to 20 if omitted.

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/kameleoon/apis/openapi-definition-for-automation-api.md) · [All operations](https://skmtc.net/kameleoon/apis/openapi-definition-for-automation-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kameleoon/openapi-definition-for-automation-api/revisions/09f2abcea0b5/schema)
