curl --request GET \
--url https://statsigapi.net/console/v1/experiments/{id}/overrides \
--header 'STATSIG-API-KEY: <api-key>'
{
"message": "Experiment Overrides read successfully.",
"data": {
"overrides": [
{
"groupID": "Control",
"name": "a_gate",
"type": "gate"
},
{
"groupID": "test",
"name": "a_segment",
"type": "segment"
}
],
"userIDOverrides": [
{
"ids": [
"updated_id_list"
],
"groupID": "Control"
},
{
"ids": [
"updated_id_lists"
],
"groupID": "Test"
}
]
}
}
curl --request GET \
--url https://statsigapi.net/console/v1/experiments/{id}/overrides \
--header 'STATSIG-API-KEY: <api-key>'
{
"message": "Experiment Overrides read successfully.",
"data": {
"overrides": [
{
"groupID": "Control",
"name": "a_gate",
"type": "gate"
},
{
"groupID": "test",
"name": "a_segment",
"type": "segment"
}
],
"userIDOverrides": [
{
"ids": [
"updated_id_list"
],
"groupID": "Control"
},
{
"ids": [
"updated_id_lists"
],
"groupID": "Test"
}
]
}
}
Optional header to respect review settings for mutation endpoints.
id
Get Experiment Overrides Success
The response is of type object
.