---
title: "Start A/B test results CSV export (async)"
method: POST
path: "/exports/experiments/{id}"
---

# Start A/B test results CSV export (async)

`POST /exports/experiments/{id}`

Queue export of experiment variant metrics (same as cabinet Experiments →
Export Results). Poll `GET /exports/{id}` until completed.

## Path parameters

- `id` integer, required

## Headers

- `api_key` string, required

## Request body

- object
  - `date_from` string
  - `date_to` string
  - `utm_source` string
  - `utm_medium` string
  - `utm_campaign` string
  - `user_country_code` string
  - `user_platform` string
  - `strict_experiment_filter` '0' | '1'
  - `metric_name` string

## Response `202`

Export queued.

---

[API](https://skmtc.net/web2wave/apis/web2wave-api.md) · [All operations](https://skmtc.net/web2wave/apis/web2wave-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/web2wave/web2wave-api/versions/c88545119271/schema)
