Skip to main content
List Experiment Templates
curl --request GET \
  --url https://api.ionworks.com/experiment_templates
{
  "items": [
    {
      "name": "<string>",
      "organization_id": "<string>",
      "id": "<string>",
      "description": "<string>",
      "description_template": "<string>",
      "protocol_config": {},
      "parameters_schema": {},
      "created_at": "<string>",
      "updated_at": "<string>",
      "plot_options": {},
      "time_series_spec": {},
      "metrics_spec": {},
      "source_protocol": "<string>",
      "created_by": "<string>",
      "created_by_email": "<string>"
    }
  ],
  "count": 123,
  "total": 123
}

Query Parameters

limit
integer | null
Required range: 1 <= x <= 100
offset
integer | null
Required range: x >= 0
include
string | null

Response

Successful Response

Paginated list of experiment templates.

items
ExperimentTemplate · object[]
required
count
integer
required
total
integer
required