---
title: "Get Experiment Options Route"
method: GET
path: "/simulations/experiment-options/{template_id}"
tags: ["Simulations"]
---

# Get Experiment Options Route

`GET /simulations/experiment-options/{template_id}`

Get plot configuration options for a specific experiment type.

Parameters
----------
template_id : str
    The experiment template UUID

Returns
-------
dict
    Plot configuration options for all plot types

## Path parameters

- `template_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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