---
title: "Run opportunity detection"
method: POST
path: "/experiments/{experimentId}/opportunityDetection"
tags: ["Experiment"]
---

# Run opportunity detection

`POST /experiments/{experimentId}/opportunityDetection`

Run opportunity detection and get winner pairs for experiment

## Path parameters

- `experimentId` integer, required

## Request body

- OpportunityDetectionRequestParams
  - `dateIntervals` DateInterval[] — Date intervals result should be bounded with
    - `start` string, date-time — Start timestamp
    - `end` string, date-time — End timestamp
  - `mainGoalId` integer — ID of main goal

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests
- `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/versions/09f2abcea0b5/schema)
