---
title: "Get Active Experiment Endpoint"
method: GET
path: "/admin/experiments/active"
tags: ["admin"]
---

# Get Active Experiment Endpoint

`GET /admin/experiments/active`

Return the currently running experiment, if any, with elapsed time.

## Response `200`

Successful Response

- ActiveExperimentResponse
  - `experiment` ExperimentResponse, required
    - `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
  - `running_days` number, 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)
