cURL
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%" } }
Optional header to respect review settings for mutation endpoints.
id
Read Autotune Success
A simple string explaining the result of the operation.
A single result.
Show child attributes
Was this page helpful?