curl --request GET \
--url https://statsigapi.net/console/v1/experiments/qualifying_events/{name} \
--header 'STATSIG-API-KEY: <api-key>'{
"message": "Qualifying event read successfully.",
"data": {
"name": "test_qualifying_event",
"description": "Test description for qualifying event",
"tags": [
"non_production"
],
"sql": "SELECT * FROM `shoppy-sales.logging.events`",
"timestampColumn": "ts",
"timestampAsDay": true,
"idTypeMapping": [
{
"statsigUnitID": "userID",
"column": "user_id"
}
],
"sourceType": "table",
"tableName": "shoppy-sales.logging.events"
}
}curl --request GET \
--url https://statsigapi.net/console/v1/experiments/qualifying_events/{name} \
--header 'STATSIG-API-KEY: <api-key>'{
"message": "Qualifying event read successfully.",
"data": {
"name": "test_qualifying_event",
"description": "Test description for qualifying event",
"tags": [
"non_production"
],
"sql": "SELECT * FROM `shoppy-sales.logging.events`",
"timestampColumn": "ts",
"timestampAsDay": true,
"idTypeMapping": [
{
"statsigUnitID": "userID",
"column": "user_id"
}
],
"sourceType": "table",
"tableName": "shoppy-sales.logging.events"
}
}Was this page helpful?