---
title: "Record Result"
method: POST
path: "/ab-testing/experiments/{experiment_id}/record"
tags: ["ab-testing"]
---

# Record Result

`POST /ab-testing/experiments/{experiment_id}/record`

Record a result for an experiment variant.

## Path parameters

- `experiment_id` string, uuid, required

## Request body

- RecordResultRequest
  - `variant_id` string, required
  - `conversation_id` string, nullable
  - `was_resolved` boolean, nullable
  - `was_escalated` boolean
  - `satisfaction_rating` integer, nullable
  - `message_count` integer, nullable
  - `duration_seconds` integer, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/meganova/apis/fastapi.md) · [All operations](https://skmtc.net/meganova/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meganova/fastapi/revisions/2b2bab8b9017/schema)
