---
title: "Get Experiment"
method: GET
path: "/api/v1/geo/experiments/{experiment_id}"
tags: ["geo-monitoring", "geo-hotels"]
---

# Get Experiment

`GET /api/v1/geo/experiments/{experiment_id}`

A single experiment with its config + Draft flag (``approved_at``). Drives
the experiment detail header and the settings controls' initial values.

## Path parameters

- `experiment_id` string, uuid, required

## Response `200`

Successful Response

- GeoExperimentRead
  - `id` string, uuid, required
  - `tenant_id` string, uuid, required
  - `geo_hotel_id` string, uuid, required
  - `sequence_number` integer, required
  - `title` string, nullable
  - `approved_at` string, date-time, nullable
  - `daily_scan_enabled` boolean
  - `daily_scan_hour` integer, nullable
  - `samples_per_prompt` integer, nullable
  - `model_by_platform` object
  - `group_id` string, uuid, nullable
  - `position` object

## Other responses

- `404` — Experiment not found
- `422` — Validation Error

---

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