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