GET
/
console
/
v1
/
autotunes
/
{id}
curl --request GET \
  --url https://statsigapi.net/console/v1/autotunes/{id} \
  --header 'STATSIG-API-KEY: <api-key>'
{
  "message": "Autotune Experiment read successfully.",
  "data": {
    "id": "my_autotunes_are_best",
    "isStarted": false,
    "description": "helpful summary of what this Autotune is",
    "lastModifierID": "jd93DGSnvkauH9FijdGiajh",
    "lastModifierName": "CONSOLE API",
    "variants": [
      {
        "name": "red",
        "json": {
          "foo": "boo"
        }
      },
      {
        "name": "blue",
        "json": {}
      }
    ],
    "successEvent": "purchase_item",
    "successEventValue": "",
    "explorationWindow": "1hr",
    "attributionWindow": "2hrs",
    "winnerThreshold": "99%"
  }
}

Authorizations

STATSIG-API-KEY
string
header
required

Headers

x-respect-review-settings
string

Optional header to respect review settings for mutation endpoints.

Path Parameters

id
string
required

id

Response

200
application/json
Read Autotune Success
message
string
required

A simple string explaining the result of the operation.

data
object
required

A single result.