List qualifying event
https://statsigapi.net/console/v1/experiments/qualifying_eventsAuthorizations
STATSIG-API-KEYstringrequiredapiKey (header)
Query parameters
limitintegerResults per page
pageintegerPage number
Response
application/jsonmessagestringrequiredA simple string explaining the result of the operation.
dataobject[]requiredShow child attributes
name[]stringrequiredThe name of the source, serving as its primary identifier.
description[]stringrequiredA detailed description of the source, providing context and usage information.
tags[]string[]Optional tags for categorizing the source and improving searchability.
sql[]stringrequiredThe SQL query or statement used to extract data from the source.
timestampColumn[]stringrequiredThe name of the column containing timestamp data for the source.
timestampAsDay[]booleanIndicates whether the timestamp should be treated as a day-level granularity.
idTypeMapping[]object[]requiredArray defining the mapping between Statsig unit IDs and their respective source columns.
Show child attributes
statsigUnitID[]stringrequiredThe identifier mapping for Statsig units.
column[]stringrequiredThe corresponding column name in the source that relates to the Statsig unit ID.
sourceType[]stringThe type of source, indicating whether it is a database table or a custom query.
tableName[]stringThe name of the database table if the source type is "table".
datePartitionColumn[]stringThe name of the date partition column if the source type is "table". Can be undefined.
customFieldMapping[]object[]Optional array defining mappings for custom fields using specific formulas.
Show child attributes
key[]stringrequiredThe identifier for the custom field mapping.
formula[]stringrequiredThe formula or expression used to compute the custom field value.
isReadOnly[]booleanSpecifies if the source can only be edited via the Console API.
isVerified[]booleanMarks the metric source as verified, indicating trustworthiness within the organization.
disableCURE[]booleanDisable CURE for all metrics built from this metric source
owner[]objectSchema for owner data including ID, type, name. Note that if Entity is created by CONSOLE API, owner will be undefined.
Show child attributes
ownerIDstringID of the owner
ownerTypestringType of the owner (e.g., SDK_KEY or USER)
ownerNamestringThe name of the owner. This field is optional.
ownerEmailstringThe email of the owner. This field is optional.
team[]stringOptional field indicating the team name responsible for the metric, aiding in accountability and management.
teamID[]stringOptional field indicating the team ID responsible for the metric, aiding in accountability and management.
paginationobjectrequiredPagination metadata for checking if there is next page for example.
statusintegerrequiredmessagestringrequiredstatusintegerrequiredmessagestringrequiredWas this helpful?