---
title: "Get Experiments"
method: GET
path: "/api/experiment"
tags: ["Experiment"]
---

# Get Experiments

`GET /api/experiment`

Get all experiments for a dataset. Auth'ed user must be an owner of the organization to get experiments.

## Headers

- `TR-Dataset` string, uuid, required

## Response `200`

Experiments retrieved successfully

- Experiment[]
  - `area` string, required
  - `control_name` string, required
  - `control_split` number, float, required
  - `created_at` string, date-time, required
  - `dataset_id` string, uuid, required
  - `id` string, uuid, required
  - `name` string, required
  - `t1_name` string, required
  - `t1_split` number, float, required
  - `updated_at` string, date-time, required

## Other responses

- `400` — Service error relating to getting the experiments

## Changes

> 50 revisions in range; 1 could not be searched.

- **2025-05-20** `d2cbcee1d6cd` — 1 info
  - added the required property `items/area` to the response with the `200` status
- **2025-05-17** `38d9edf24348` — 1 info
  - endpoint added
- **2025-04-24** `661f8d6f359b` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/devflowinc/apis/trieve-api/changes/api/experiment/get.md)

---

[API](https://skmtc.dev/devflowinc/apis/trieve-api.md) · [All operations](https://skmtc.dev/devflowinc/apis/trieve-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/devflowinc/trieve-api/revisions/84583e7c9fc1/schema)
