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.
Events
Get metrics using event name
GET
/
console
/
v1
/
events
/
{eventName}
/
metrics
Copy
Ask AI
curl --request GET \
--url https://statsigapi.net/console/v1/events/{eventName}/metrics \
--header 'STATSIG-API-KEY: <api-key>'
Copy
Ask AI
{
"message": "Metrics listed successfully.",
"data": [
{
"id": "add_to_cart::event_count",
"name": "add_to_cart",
"directionality": "increase",
"type": "event_count",
"description": "",
"isPermanent": false,
"isReadOnly": false,
"isHidden": false,
"isVerified": false,
"tags": [
"dashboard_test"
],
"createdTime": 1678165878415,
"lineage": {
"events": [
"add_to_cart"
],
"metrics": []
},
"team": null
},
{
"id": "add_to_cart::event_dau",
"name": "add_to_cart",
"directionality": "increase",
"type": "event_dau",
"description": "",
"isPermanent": false,
"isReadOnly": false,
"isHidden": false,
"isVerified": false,
"tags": [
"asdf",
"dashboard_test"
],
"createdTime": 1680128775716,
"lineage": {
"events": [
"add_to_cart"
],
"metrics": []
},
"team": null
},
{
"id": "test funnel 1::funnel",
"name": "test funnel 1",
"directionality": "increase",
"type": "funnel",
"description": "",
"isPermanent": false,
"isReadOnly": false,
"isHidden": false,
"isVerified": false,
"tags": [],
"creatorName": "Test User",
"creatorEmail": "test@statsig.com",
"createdTime": 1695253296002,
"owner": {
"name": "Test User"
},
"lineage": {
"events": [],
"metrics": [
"add_to_cart::event_count",
"add_to_cart_games::event_count_custom"
]
},
"team": null,
"funnelCountDistinct": "events",
"funnelEventList": [
{
"name": "add_to_cart",
"type": "event_count"
},
{
"name": "add_to_cart_games",
"type": "event_count_custom"
}
]
},
{
"id": "super_long_metric_nameeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee_thing::funnel",
"name": "super_long_metric_nameeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee_thing",
"directionality": "increase",
"type": "funnel",
"description": "test",
"isPermanent": false,
"isReadOnly": false,
"isHidden": false,
"isVerified": false,
"tags": [
"Funnels"
],
"creatorName": "Test User ",
"creatorEmail": "test@statsig.com",
"createdTime": 1698427486777,
"owner": {
"name": "Test User"
},
"lineage": {
"events": [],
"metrics": [
"add_to_cart::event_dau",
"new_custom_metric::event_user"
]
},
"team": null,
"funnelCountDistinct": "users",
"funnelEventList": [
{
"name": "add_to_cart",
"type": "event_dau"
},
{
"name": "new_custom_metric",
"type": "event_user"
}
]
},
{
"id": "test_funnel_metric::funnel",
"name": "test_funnel_metric",
"directionality": "decrease",
"type": "funnel",
"description": "",
"isPermanent": false,
"isReadOnly": false,
"isHidden": false,
"isVerified": false,
"tags": [
"Funnels"
],
"creatorName": "Test User",
"creatorEmail": "test@statsig.com",
"createdTime": 1701984009755,
"owner": {
"name": "Test User"
},
"lineage": {
"events": [],
"metrics": [
"add_to_cart::event_dau"
]
},
"team": null,
"funnelCountDistinct": "users",
"funnelEventList": [
{
"name": "add_to_cart",
"type": "event_dau"
}
]
}
],
"pagination": {
"itemsPerPage": 5,
"pageNumber": 1,
"totalItems": 1254,
"nextPage": "?page=2&limit=5",
"previousPage": null,
"all": ""
}
}
Authorizations
Headers
Optional header to respect review settings for mutation endpoints.
Path Parameters
Response
200
application/json
Get metrics from events response
The response is of type object
.
Copy
Ask AI
curl --request GET \
--url https://statsigapi.net/console/v1/events/{eventName}/metrics \
--header 'STATSIG-API-KEY: <api-key>'
Copy
Ask AI
{
"message": "Metrics listed successfully.",
"data": [
{
"id": "add_to_cart::event_count",
"name": "add_to_cart",
"directionality": "increase",
"type": "event_count",
"description": "",
"isPermanent": false,
"isReadOnly": false,
"isHidden": false,
"isVerified": false,
"tags": [
"dashboard_test"
],
"createdTime": 1678165878415,
"lineage": {
"events": [
"add_to_cart"
],
"metrics": []
},
"team": null
},
{
"id": "add_to_cart::event_dau",
"name": "add_to_cart",
"directionality": "increase",
"type": "event_dau",
"description": "",
"isPermanent": false,
"isReadOnly": false,
"isHidden": false,
"isVerified": false,
"tags": [
"asdf",
"dashboard_test"
],
"createdTime": 1680128775716,
"lineage": {
"events": [
"add_to_cart"
],
"metrics": []
},
"team": null
},
{
"id": "test funnel 1::funnel",
"name": "test funnel 1",
"directionality": "increase",
"type": "funnel",
"description": "",
"isPermanent": false,
"isReadOnly": false,
"isHidden": false,
"isVerified": false,
"tags": [],
"creatorName": "Test User",
"creatorEmail": "test@statsig.com",
"createdTime": 1695253296002,
"owner": {
"name": "Test User"
},
"lineage": {
"events": [],
"metrics": [
"add_to_cart::event_count",
"add_to_cart_games::event_count_custom"
]
},
"team": null,
"funnelCountDistinct": "events",
"funnelEventList": [
{
"name": "add_to_cart",
"type": "event_count"
},
{
"name": "add_to_cart_games",
"type": "event_count_custom"
}
]
},
{
"id": "super_long_metric_nameeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee_thing::funnel",
"name": "super_long_metric_nameeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee_thing",
"directionality": "increase",
"type": "funnel",
"description": "test",
"isPermanent": false,
"isReadOnly": false,
"isHidden": false,
"isVerified": false,
"tags": [
"Funnels"
],
"creatorName": "Test User ",
"creatorEmail": "test@statsig.com",
"createdTime": 1698427486777,
"owner": {
"name": "Test User"
},
"lineage": {
"events": [],
"metrics": [
"add_to_cart::event_dau",
"new_custom_metric::event_user"
]
},
"team": null,
"funnelCountDistinct": "users",
"funnelEventList": [
{
"name": "add_to_cart",
"type": "event_dau"
},
{
"name": "new_custom_metric",
"type": "event_user"
}
]
},
{
"id": "test_funnel_metric::funnel",
"name": "test_funnel_metric",
"directionality": "decrease",
"type": "funnel",
"description": "",
"isPermanent": false,
"isReadOnly": false,
"isHidden": false,
"isVerified": false,
"tags": [
"Funnels"
],
"creatorName": "Test User",
"creatorEmail": "test@statsig.com",
"createdTime": 1701984009755,
"owner": {
"name": "Test User"
},
"lineage": {
"events": [],
"metrics": [
"add_to_cart::event_dau"
]
},
"team": null,
"funnelCountDistinct": "users",
"funnelEventList": [
{
"name": "add_to_cart",
"type": "event_dau"
}
]
}
],
"pagination": {
"itemsPerPage": 5,
"pageNumber": 1,
"totalItems": 1254,
"nextPage": "?page=2&limit=5",
"previousPage": null,
"all": ""
}
}
Assistant
Responses are generated using AI and may contain mistakes.