---
title: "List Experiments Endpoint"
method: GET
path: "/admin/experiments"
tags: ["admin"]
---

# List Experiments Endpoint

`GET /admin/experiments`

## Response `200`

Successful Response

- ExperimentResponse[]
  - `id` string, required
  - `name` string, required
  - `started_at` string, date-time, required
  - `ended_at` string, date-time, nullable, required
  - `spec` object, required
  - `conclusion` object, nullable, required

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stardrift/fastapi/revisions/00746572572a/schema)
