---
title: "GET /projects/{projectId}/experiments"
method: GET
path: "/projects/{projectId}/experiments"
tags: ["Experiments"]
---

# GET /projects/{projectId}/experiments

`GET /projects/{projectId}/experiments`

Retrieve all experiments in a project with optional status filtering

## Path parameters

- `projectId` string, required — The unique identifier for a Project in the database

## Query parameters

- `status` 'draft' | 'running' | 'paused' | 'winner_picked' | 'completed' | 'discarded' — The current status of the experiment

## Response `200`

- Experiment[]
  - `id` string, required
  - `experimentId` string, required
  - `flowId` string, required — The unique identifier for a flow
  - `name` string, nullable
  - `hypothesis` string, nullable
  - `impact_metrics` string[], nullable
  - `no_impact_metrics` string[], nullable
  - `created_at` string, required — A Date + Time string in ISO format
  - `updated_at` string, required — A Date + Time string in ISO format
  - `observations` string, nullable
  - `outcome` string, nullable
  - `attachments` string, nullable
  - `variants` string, nullable
  - `flow_ids` string[], nullable
  - `paused_showing_variant` string, nullable
  - `winner_variant` string, nullable
  - `status` 'draft' | 'running' | 'paused' | 'winner_picked' | 'completed' | 'discarded' — The current status of the experiment

## Other responses

- `401`
- `404`

## Changes

- **2025-08-28** `0a19622d9421` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/heysavvy/apis/api/changes/projects/:projectId/experiments/get.md)

---

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