HTTP API
Console API
Alerts
Audit Logs
Autotunes
Company
Dynamic Configs
- GETList Dynamic Configs
- POSTCreate Dynamic Config
- GETGet Dynamic Config
- POSTFully Update Dynamic Config
- DELDelete Dynamic Config
- PATCHPartially Update Dynamic Config
- PUTDisable Dynamic Config
- PUTEnable Dynamic Config
- POSTAdd Dynamic Config Rule
- GETGet Specific Dynamic Config Rule
- DELDelete Dynamic Config Rule
- PATCHUpdate Dynamic Config Rule By Id
- DELDelete Dynamic Config Rule By Name
- PATCHUpdate Dynamic Config Rule By Name
- GETGet Dynamic Config Rules
- POSTAdd Dynamic Config Rules
- PATCHUpdate List of Dynamic Config Rules
- GETList Dynamic Config Versions
Experiments
- GETList Experiments
- POSTCreate Experiment
- GETGet Experiment
- POSTFully Update Experiment
- DELDeleted Experiment
- PATCHPartially Update Experiment
- PUTAbandon Experiment
- PUTArchive Experiment
- GETRetrieve cumulative exposures
- POSTDisable Experiment Groups
- POSTEnable Experiment Groups
- PUTFinish Experiment Early
- GETGet Experiment Overrides
- POSTUpdate Experiment Overrides
- DELDelete Experiment Overrides
- PATCHPartially Update Experiment Overrides
- GETRetrieve Pulse Results (Beta)
- PUTReset Experiment
- PUTStart Experiment
- PUTUnarchive Experiment
Experiments (Warehouse Native)
- POSTLoad Pulse (Warehouse Native)
- GETPulse Load History (Warehouse Native)
- POSTPost Assignment Source
- DELDelete Assignment Source
- PATCHPatch Assignment Source
- GETList Assignment Sources
- POSTCreate Assignment Source
- GETList Entity Property Sources
- POSTCreate Entity Property Source
- GETGet Entity Property Source
- POSTPost Entity Property Source
- DELDelete Entity Property Source
- PATCHPatch Entity Property Source
Configs
Gates
- GETList Gates
- POSTCreate Gate
- GETRead Gate
- POSTFully Update Gates
- DELDelete Gates
- PATCHPartially Update Gates
- PUTArchive Gate
- PUTDisable Gate
- PUTEnable Gate
- PUTLaunch Gate
- POSTLoad Pulse Gate
- GETGet Gate Override
- POSTUpdate Gate Overrides
- DELDelete Gate Overrides
- PATCHAdd Gate Overrides
- POSTAdd Gate Rule
- GETRead Gate Rules
- POSTAdd Multiple Gate Rule
- PATCHUpdate list of current Gate Rules settings
- DELDelete Gate Rule
- PATCHUpdate Gate Rules
- GETPulse Load History (Warehouse Native)
- GETRetrieve Pulse Results (Beta)
- GETList Gate Versions
Holdouts
Ingestions
- GETRead Ingestion
- POSTCreate Ingestion Source
- DELDelete Ingestion Source
- PATCHUpdate Ingestion Source
- POSTBackfill Ingestion
- POSTCreate Ingestion Databricks
- GETGet Ingestion Event Count
- GETGet Ingestion Event Delta Ledger
- GETList Ingestion Runs
- GETRead Ingestion Run
- GETRead Ingestion Schedule
- POSTUpdate Ingestion Schedule
- GETList Ingestions Status
Keys
Layers
Metrics
Metrics (Warehouse Native)
Project
Reports
Segments
Target App
Users
- GETList Users
- GETGet user by email
- POSTUpdate user
- POSTInvite user. To avoid spamming, invitation emails are not sent. Invitee will see invitation notification in-app after logging in.
- GETList Teams
- POSTCreate Team
- GETGet Team
- DELDelete Team
- PATCHUpdate Team. Ops: Replace. Use GET for current data if you intent to Add.
List all Metrics
curl --request GET \
--url https://statsigapi.net/console/v1/metrics/list \
--header 'STATSIG-API-KEY: <api-key>'
{
"message": "Metrics listed successfully.",
"data": [
{
"id": " ::sum",
"name": " ",
"directionality": "increase",
"type": "sum",
"description": "",
"isPermanent": false,
"isReadOnly": false,
"isHidden": false,
"isVerified": false,
"tags": [],
"creatorName": "Test User",
"creatorEmail": "test@statsig.com",
"createdTime": 1709580516933,
"owner": {
"name": "Test User"
},
"lineage": {
"events": [
"add_to_cart"
],
"metrics": []
},
"team": "test",
"unitTypes": [
"room_id"
],
"metricEvents": [
{
"name": "add_to_cart",
"type": "value",
"criteria": []
}
]
},
{
"id": " ::ratio",
"name": " ",
"directionality": "increase",
"type": "ratio",
"description": "",
"isPermanent": false,
"isReadOnly": false,
"isHidden": false,
"isVerified": false,
"tags": [],
"creatorName": "Test User",
"creatorEmail": "test@statsig.com",
"createdTime": 1709580027061,
"owner": {
"name": "Test User"
},
"lineage": {
"events": [
"add_to_cart",
"."
],
"metrics": []
},
"team": "test",
"unitTypes": [
"namespace_id"
],
"metricEvents": [
{
"name": "add_to_cart",
"type": "count",
"criteria": []
},
{
"name": ".",
"type": "count",
"criteria": []
}
]
},
{
"id": "[LOCAL] Time Spent over 500ms::event_count_custom",
"name": "[LOCAL] Time Spent over 500ms",
"directionality": "increase",
"type": "event_count_custom",
"description": "Creating my first Local Metric! How exciting!! ",
"isPermanent": false,
"isReadOnly": false,
"isHidden": false,
"isVerified": false,
"tags": [
"★ Core",
"dashboard_test",
"test_owner_4"
],
"creatorName": "Test User",
"creatorEmail": "test@statsig.com",
"createdTime": 1709594132514,
"owner": {
"name": "Test User"
},
"lineage": {
"events": [
"time_spent_on_page"
],
"metrics": []
},
"team": null,
"unitTypes": [
"userID"
],
"metricEvents": [
{
"name": "time_spent_on_page",
"criteria": [
{
"type": "value",
"column": "!statsig_value",
"condition": ">",
"values": [
"500"
]
}
]
}
]
},
{
"id": "___RENAME_FAILED___::composite_sum",
"name": "rename_test_success",
"directionality": "increase",
"type": "composite_sum",
"description": "This metric will be renamed from something aggressive and capital, to \"rename_test_success\", to help determine where metric renaming worked",
"isPermanent": false,
"isReadOnly": false,
"isHidden": false,
"isVerified": false,
"tags": [
"dashboard_test"
],
"creatorName": "Test User",
"creatorEmail": "test@statsig.com",
"createdTime": 1704923273872,
"owner": {
"name": "Test User"
},
"lineage": {
"events": [],
"metrics": [
"add_to_cart_games::event_count_custom",
"Appliance Purchases::event_count_custom",
"test-test::event_count_custom"
]
},
"team": null,
"unitTypes": [
"userID",
"stableID",
"room_id",
"server_id"
],
"metricEvents": [],
"metricComponentMetrics": [
{
"name": "add_to_cart_games",
"type": "event_count_custom"
},
{
"name": "Appliance Purchases",
"type": "event_count_custom"
},
{
"name": "Test User",
"type": "event_count_custom"
}
]
},
{
"id": "A metric for testing teams::event_count_custom",
"name": "A metric for testing teams",
"directionality": "increase",
"type": "event_count_custom",
"description": "",
"isPermanent": false,
"isReadOnly": false,
"isHidden": false,
"isVerified": false,
"tags": [],
"creatorName": "Test User",
"creatorEmail": "test@statsig.com",
"createdTime": 1706640947812,
"owner": {
"name": "Test User"
},
"lineage": {
"events": [
"add_to_cart"
],
"metrics": []
},
"team": null,
"unitTypes": [
"userID"
],
"metricEvents": [
{
"name": "add_to_cart",
"criteria": [
{
"type": "value",
"column": "",
"condition": "in",
"values": [
"sports"
]
}
]
}
]
}
],
"pagination": {
"itemsPerPage": 5,
"pageNumber": 1,
"totalItems": 2699,
"nextPage": "/console/v1/metrics/list?page=2&limit=5",
"previousPage": null,
"all": "/console/v1/metrics/list"
}
}
Authorizations
Headers
Optional header to respect review settings for mutation endpoints.
Query Parameters
Should hidden metrics be returned: Allowed values are "true" or "false".
true
, false
Filter metrics based on a given tagID, found on /tags endpoint. Can be a single string or an array of strings.
Additional filters for metrics. Can be a string or an object with tags filter.
Results per page
10
Page number
1
Response
A simple string explaining the result of the operation.
Array of results returned by pagination limit.
The name of the metric, serving as its primary identifier.
"metricName"
The type of the metric, defining its aggregation method and characteristics.
ratio
, sum
, composite
, mean
, event_count_custom
, event_user
, funnel
, undefined
, setup_incomplete
, composite_sum
, import_window
, user_warehouse
"sum"
Specifies the desired directionality for the metric, indicating whether an increase or decrease is favorable.
increase
, decrease
"increase"
Unique identifier for the metric, used for referencing within the system.
"metricId"
Marks the metric as verified, indicating trustworthiness within the organization.
false
Set to true to make the metric definition editable only through the Console API.
false
Array of unit types associated with the metric, such as stableID or userID.
["stableID", "userID"]
An array of event definitions used to compute the metric.
The name of the metric event.
The type of metric event. Allowed values include: count, count_distinct, value, and metadata.
count
, count_distinct
, value
, metadata
The key for associated metadata, if applicable.
Filtering criteria for the metric event, including conditions and values to refine the event data.
Type of event criterion for filtering metrics. Options include value
, metadata
, user
, and user_custom
; in Warehouse Native, this should always be metadata
.
value
, metadata
, user
, user_custom
sql_filter, start_withs, ends_with, and after_exposure are only applicable in Warehouse Native
in
, not_in
, =
, >
, <
, >=
, <=
, is_null
, non_null
, contains
, not_contains
, sql_filter
, starts_with
, ends_with
, after_exposure
Optional column specifying which data attribute to filter on.
Optional array of values for the criterion to match against.
If true, overrides null values in criterion evaluation.
[{ "name": "event1", "type": "value" }]
An optional description providing additional context about the metric.
"the description of this metric"
Optional tags for categorizing the metric and improving searchability.
["tag1", "tag2"]
Indicates whether the metric is permanent and should not be deleted.
false
Time window for the metric rollup. Specify "custom" for a customized time window.
"custom"
Custom time window start date in days since exposure.
1
Custom time window end date in days since exposure.
1
List of events used to create funnel metrics.
The name of the funnel event used in the metric.
"event1"
The type of funnel event, specifying how the event is tracked.
event_dau
, event_user
, event_count
, event_count_custom
"event_dau"
Specifies whether to count events or distinct users for the funnel metric.
events
, users
Defines warehouse native metrics for advanced configurations.
Allowed: count┃sum┃mean┃daily_participation┃ratio┃funnel┃count_distinct┃percentile
count
, sum
, mean
, daily_participation
, ratio
, funnel
, count_distinct
, percentile
, first_value
, latest_value
, retention
, max
, min
,
For Count, Sum, Mean, User Count aggregation types: the name of metric source
Filtering criteria for the metric source
Type of event criterion for filtering metrics. Options include value
, metadata
, user
, and user_custom
; in Warehouse Native, this should always be metadata
.
value
, metadata
, user
, user_custom
sql_filter, start_withs, ends_with, and after_exposure are only applicable in Warehouse Native
in
, not_in
, =
, >
, <
, >=
, <=
, is_null
, non_null
, contains
, not_contains
, sql_filter
, starts_with
, ends_with
, after_exposure
Optional column specifying which data attribute to filter on.
Optional array of values for the criterion to match against.
If true, overrides null values in criterion evaluation.
Filtering criteria for the denominator metric source, if this metric is a ratio
Type of event criterion for filtering metrics. Options include value
, metadata
, user
, and user_custom
; in Warehouse Native, this should always be metadata
.
value
, metadata
, user
, user_custom
sql_filter, start_withs, ends_with, and after_exposure are only applicable in Warehouse Native
in
, not_in
, =
, >
, <
, >=
, <=
, is_null
, non_null
, contains
, not_contains
, sql_filter
, starts_with
, ends_with
, after_exposure
Optional column specifying which data attribute to filter on.
Optional array of values for the criterion to match against.
If true, overrides null values in criterion evaluation.
Allowed: count┃sum┃mean┃daily_participation┃ratio┃funnel┃count_distinct┃percentile
count
, sum
, mean
, daily_participation
, ratio
, funnel
, count_distinct
, percentile
, first_value
, latest_value
, retention
, max
, min
,
Custom end date for rollup in days since exposure.
Custom start date for rollup in days since exposure.
Name of the metric source for the denominator.
Time window for the denominator metric. Specify "custom" for a custom window.
Column name for the denominator’s value.
Duration for counting funnel events in days.
Allowed: users┃sessions for distinct count method in funnel events.
sessions
, users
List of funnel events with associated criteria and identifiers.
Optional array of criteria to filter the funnel events, defined by various types and conditions.
Type of event criterion for filtering metrics. Options include value
, metadata
, user
, and user_custom
; in Warehouse Native, this should always be metadata
.
value
, metadata
, user
, user_custom
sql_filter, start_withs, ends_with, and after_exposure are only applicable in Warehouse Native
in
, not_in
, =
, >
, <
, >=
, <=
, is_null
, non_null
, contains
, not_contains
, sql_filter
, starts_with
, ends_with
, after_exposure
Optional column specifying which data attribute to filter on.
Optional array of values for the criterion to match against.
If true, overrides null values in criterion evaluation.
Optional name of the metric source associated with the funnel event.
Optional step name for the funnel event, can be null if not specified.
Name of column which being used as session identifier. Funnel event with the same metric source
Allowed: start_event┃exposure to determine funnel start criteria.
start_event
, exposure
Specify metadata columns for breaking down metric analysis.
Number of days for metric baking; specify duration for analysis.
Aggregation type for numerator; Allowed: count┃sum┃mean┃daily_participation┃ratio┃funnel┃count_distinct┃percentile.
count
, sum
, mean
, daily_participation
, ratio
, funnel
, count_distinct
, percentile
, first_value
, latest_value
, retention
, max
, min
,
Column name representing the metric’s value.
High threshold for winsorization; must be between 0 and 1.
0 <= x <= 1
Low threshold for winsorization; must be between 0 and 1.
0 <= x <= 1
Attribution window for CUPED adjustments in days.
Flag to include only users with a conversion event in the metric.
Percentile value for statistical calculations.
Threshold value for filtering metrics.
Maximum cap for metric values.
General time window for rollup; can specify custom settings.
Custom start date for rollup in days since exposure.
Custom end date for rollup in days since exposure.
Include units which do not have a denominator. Only applicable to ratios.
The team associated with the metric, applicable for enterprise environments.
The team ID associated with the metric, applicable for enterprise environments.
Skips persisting the metric (used to validate that inputs are correct)
Indicates if the metric is hidden from the user interface.
false
Name of the person who created the metric, if available.
"creatorName"
Email address of the metric creator for contact purposes.
"creatorEmail"
Timestamp indicating when the metric was created.
1716230400
ID of the last modifier.
Time of the last modification to this metric.
Email of the last modifier.
Name of the last modifier.
curl --request GET \
--url https://statsigapi.net/console/v1/metrics/list \
--header 'STATSIG-API-KEY: <api-key>'
{
"message": "Metrics listed successfully.",
"data": [
{
"id": " ::sum",
"name": " ",
"directionality": "increase",
"type": "sum",
"description": "",
"isPermanent": false,
"isReadOnly": false,
"isHidden": false,
"isVerified": false,
"tags": [],
"creatorName": "Test User",
"creatorEmail": "test@statsig.com",
"createdTime": 1709580516933,
"owner": {
"name": "Test User"
},
"lineage": {
"events": [
"add_to_cart"
],
"metrics": []
},
"team": "test",
"unitTypes": [
"room_id"
],
"metricEvents": [
{
"name": "add_to_cart",
"type": "value",
"criteria": []
}
]
},
{
"id": " ::ratio",
"name": " ",
"directionality": "increase",
"type": "ratio",
"description": "",
"isPermanent": false,
"isReadOnly": false,
"isHidden": false,
"isVerified": false,
"tags": [],
"creatorName": "Test User",
"creatorEmail": "test@statsig.com",
"createdTime": 1709580027061,
"owner": {
"name": "Test User"
},
"lineage": {
"events": [
"add_to_cart",
"."
],
"metrics": []
},
"team": "test",
"unitTypes": [
"namespace_id"
],
"metricEvents": [
{
"name": "add_to_cart",
"type": "count",
"criteria": []
},
{
"name": ".",
"type": "count",
"criteria": []
}
]
},
{
"id": "[LOCAL] Time Spent over 500ms::event_count_custom",
"name": "[LOCAL] Time Spent over 500ms",
"directionality": "increase",
"type": "event_count_custom",
"description": "Creating my first Local Metric! How exciting!! ",
"isPermanent": false,
"isReadOnly": false,
"isHidden": false,
"isVerified": false,
"tags": [
"★ Core",
"dashboard_test",
"test_owner_4"
],
"creatorName": "Test User",
"creatorEmail": "test@statsig.com",
"createdTime": 1709594132514,
"owner": {
"name": "Test User"
},
"lineage": {
"events": [
"time_spent_on_page"
],
"metrics": []
},
"team": null,
"unitTypes": [
"userID"
],
"metricEvents": [
{
"name": "time_spent_on_page",
"criteria": [
{
"type": "value",
"column": "!statsig_value",
"condition": ">",
"values": [
"500"
]
}
]
}
]
},
{
"id": "___RENAME_FAILED___::composite_sum",
"name": "rename_test_success",
"directionality": "increase",
"type": "composite_sum",
"description": "This metric will be renamed from something aggressive and capital, to \"rename_test_success\", to help determine where metric renaming worked",
"isPermanent": false,
"isReadOnly": false,
"isHidden": false,
"isVerified": false,
"tags": [
"dashboard_test"
],
"creatorName": "Test User",
"creatorEmail": "test@statsig.com",
"createdTime": 1704923273872,
"owner": {
"name": "Test User"
},
"lineage": {
"events": [],
"metrics": [
"add_to_cart_games::event_count_custom",
"Appliance Purchases::event_count_custom",
"test-test::event_count_custom"
]
},
"team": null,
"unitTypes": [
"userID",
"stableID",
"room_id",
"server_id"
],
"metricEvents": [],
"metricComponentMetrics": [
{
"name": "add_to_cart_games",
"type": "event_count_custom"
},
{
"name": "Appliance Purchases",
"type": "event_count_custom"
},
{
"name": "Test User",
"type": "event_count_custom"
}
]
},
{
"id": "A metric for testing teams::event_count_custom",
"name": "A metric for testing teams",
"directionality": "increase",
"type": "event_count_custom",
"description": "",
"isPermanent": false,
"isReadOnly": false,
"isHidden": false,
"isVerified": false,
"tags": [],
"creatorName": "Test User",
"creatorEmail": "test@statsig.com",
"createdTime": 1706640947812,
"owner": {
"name": "Test User"
},
"lineage": {
"events": [
"add_to_cart"
],
"metrics": []
},
"team": null,
"unitTypes": [
"userID"
],
"metricEvents": [
{
"name": "add_to_cart",
"criteria": [
{
"type": "value",
"column": "",
"condition": "in",
"values": [
"sports"
]
}
]
}
]
}
],
"pagination": {
"itemsPerPage": 5,
"pageNumber": 1,
"totalItems": 2699,
"nextPage": "/console/v1/metrics/list?page=2&limit=5",
"previousPage": null,
"all": "/console/v1/metrics/list"
}
}