v2
latestOpenAPI 3.0.02026-08-073221853.1 MBAutotunes
Read Autotune
get/console/v1/autotunes/{id}
Path parameters
idstring required
id
Response
Read Autotune Success
Example response
{
"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",
"inlineTargetingRulesJSON": "{}",
"inlineTargetingRules": [],
"variants": [
{
"name": "red",
"json": {
"foo": "boo"
}
},
{
"name": "blue",
"json": {}
}
],
"successEvent": "purchase_item",
"successEventValue": "",
"explorationWindow": "1hr",
"attributionWindow": "2hrs",
"winnerThreshold": "99%"
}
}