v2

latestOpenAPI 3.0.02026-08-073221853.1 MB
Experiments (Warehouse Native)
Experiments (Warehouse Native)

Read Qualifying Event

get/console/v1/experiments/qualifying_events/{name}

Path parameters

namestring required

name

Response

Read Qualifying Event response

messagestring required

A simple string explaining the result of the operation.

Example response

{
  "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"
  }
}