---
title: "List Experiments"
method: GET
path: "/ab-testing/spaces/{space_id}"
tags: ["ab-testing"]
---

# List Experiments

`GET /ab-testing/spaces/{space_id}`

List A/B experiments for a space.

## Path parameters

- `space_id` string, uuid, required

## Query parameters

- `status` string, nullable

## Response `200`

Successful Response

- ExperimentResponse[]
  - `id` string, required
  - `space_id` string, required
  - `agent_id` string, nullable, required
  - `name` string, required
  - `description` string, nullable, required
  - `status` string, required
  - `variants` object[], required
  - `traffic_percentage` integer, required
  - `success_metric` string, required
  - `started_at` string, nullable, required
  - `ended_at` string, nullable, required
  - `created_at` string, required
  - `updated_at` string, required

## 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)
