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 Autotune
curl --request GET \
--url https://statsigapi.net/console/v1/autotunes \
--header 'STATSIG-API-KEY: <api-key>'
{
"message": "Autotune Experiments listed successfully.",
"data": [
{
"id": "test_autotune_exp",
"name": "test_autotune_exp",
"description": "dsdsdsd test",
"idType": "userID",
"lastModifierID": "24hiIXz1maFaDwtYEetv2i",
"lastModifiedTime": 1716324033128,
"lastModifierName": "jairo Garciga",
"lastModifierEmail": "jairo@statsig.com",
"creatorID": "5sgBiiuoBX4fscrWdCXVma",
"createdTime": 1688072516890,
"creatorName": "Samuel Kitono",
"creatorEmail": "samuel@statsig.com",
"targetApps": [],
"holdoutIDs": [],
"tags": [],
"team": null,
"isStarted": false,
"variants": [
{
"name": "test_12",
"id": "7eOW6aXU7F07KxrggOrAdy",
"json": {
"user": {
"id": 12345,
"name": "Jane Doe",
"email": "jane.doe@example.com",
"isActive": true,
"roles": [
"admin",
"editor",
"subscriber"
]
},
"posts": [
{
"id": 1,
"title": "Introduction to JSON5",
"content": "JSON5 is a superset of JSON that aims to be easier for humans to write and maintain.",
"tags": [
"json5",
"json",
"javascript"
],
"comments": [
{
"id": 101,
"author": "John Smith",
"content": "Great post! Very informative.",
"likes": 5
},
{
"id": 102,
"author": "Alice Johnson",
"content": "I found this very helpful. Thanks!",
"likes": 3
}
]
},
{
"id": 2,
"title": "Advanced JSON5 Features",
"content": "Explore the advanced features of JSON5, including comments, trailing commas, and more.",
"tags": [
"json5",
"advanced",
"features"
],
"comments": [
{
"id": 201,
"author": "Bob Brown",
"content": "I didn't know JSON5 could do this. Amazing!",
"likes": 8
}
]
}
],
"settings": {
"theme": "dark",
"notificationsEnabled": true,
"language": "en-US",
"layout": {
"header": true,
"footer": true,
"sidebar": "collapsed"
}
},
"metadata": {
"version": "1.0.0",
"author": "Jane Doe",
"lastUpdated": "2024-05-21T10:00:00Z"
}
}
},
{
"name": "var1",
"id": "7eOW6cCWzX9C3WZbRWndwA",
"json": {}
},
{
"name": "control",
"id": "7GVLLJOBETDYXLn00FXFuQ",
"json": {}
}
],
"successEvent": "add_to_cart",
"successEventValue": "",
"explorationWindow": "24hrs",
"attributionWindow": "2hrs",
"winnerThreshold": "95%",
"winner": null
}
],
"pagination": {
"itemsPerPage": 100,
"pageNumber": 1,
"totalItems": 1,
"nextPage": null,
"previousPage": null,
"all": "/console/v1/autotunes"
}
}
Authorizations
Headers
Optional header to respect review settings for mutation endpoints.
Response
A simple string explaining the result of the operation.
Array of results returned by pagination limit.
Detailed description of the configuration’s purpose.
The event you are trying to optimize for.
The value that should come with the event for it to be considered successful.
The initial time period where Autotune will equally split the traffic.
1hr
, 24hr
, 48hr
, 1
, 24
, 48
, 1hrs
, 24hrs
, 48hrs
The maximum duration between the exposure and success event that counts as a success.
1hr
, 2hr
, 4hr
, 24hr
, 1hrs
, 2hrs
, 4hrs
, 24hrs
, 1
, 2
, 4
, 24
The "probability of best" threshold a variant needs to achieve for Autotune to declare it the winner, stop collecting data, and direct all traffic.
80%
, 90%
, 95%
, 98%
, 99%
ID
Type of ID
ID of the last modifier.
Time of the last modification.
Email of the last modifier.
Name of the last modifier.
ID of the user who created the entity.
Timestamp when the entity was created.
Name of the creator.
Email of the creator.
Is the autotune experiment currently running.
Metadata field containing the numeric value to optimize for. If this field is null, autotune optimizes for the existence of a follow-up event. This is only used for contextual autotunes.
Whether to optimize for an increase or decrease in the metadata field value. Default is true. This is only used for contextual autotunes.
Whether this is a contextual autotune
Optional name for the configuration.
Optional tags for categorization.
List of target applications associated with this configuration.
Holdouts applied to this configuration.
Optional name for the responsible team.
Optional ID of the responsible team.
Version number
curl --request GET \
--url https://statsigapi.net/console/v1/autotunes \
--header 'STATSIG-API-KEY: <api-key>'
{
"message": "Autotune Experiments listed successfully.",
"data": [
{
"id": "test_autotune_exp",
"name": "test_autotune_exp",
"description": "dsdsdsd test",
"idType": "userID",
"lastModifierID": "24hiIXz1maFaDwtYEetv2i",
"lastModifiedTime": 1716324033128,
"lastModifierName": "jairo Garciga",
"lastModifierEmail": "jairo@statsig.com",
"creatorID": "5sgBiiuoBX4fscrWdCXVma",
"createdTime": 1688072516890,
"creatorName": "Samuel Kitono",
"creatorEmail": "samuel@statsig.com",
"targetApps": [],
"holdoutIDs": [],
"tags": [],
"team": null,
"isStarted": false,
"variants": [
{
"name": "test_12",
"id": "7eOW6aXU7F07KxrggOrAdy",
"json": {
"user": {
"id": 12345,
"name": "Jane Doe",
"email": "jane.doe@example.com",
"isActive": true,
"roles": [
"admin",
"editor",
"subscriber"
]
},
"posts": [
{
"id": 1,
"title": "Introduction to JSON5",
"content": "JSON5 is a superset of JSON that aims to be easier for humans to write and maintain.",
"tags": [
"json5",
"json",
"javascript"
],
"comments": [
{
"id": 101,
"author": "John Smith",
"content": "Great post! Very informative.",
"likes": 5
},
{
"id": 102,
"author": "Alice Johnson",
"content": "I found this very helpful. Thanks!",
"likes": 3
}
]
},
{
"id": 2,
"title": "Advanced JSON5 Features",
"content": "Explore the advanced features of JSON5, including comments, trailing commas, and more.",
"tags": [
"json5",
"advanced",
"features"
],
"comments": [
{
"id": 201,
"author": "Bob Brown",
"content": "I didn't know JSON5 could do this. Amazing!",
"likes": 8
}
]
}
],
"settings": {
"theme": "dark",
"notificationsEnabled": true,
"language": "en-US",
"layout": {
"header": true,
"footer": true,
"sidebar": "collapsed"
}
},
"metadata": {
"version": "1.0.0",
"author": "Jane Doe",
"lastUpdated": "2024-05-21T10:00:00Z"
}
}
},
{
"name": "var1",
"id": "7eOW6cCWzX9C3WZbRWndwA",
"json": {}
},
{
"name": "control",
"id": "7GVLLJOBETDYXLn00FXFuQ",
"json": {}
}
],
"successEvent": "add_to_cart",
"successEventValue": "",
"explorationWindow": "24hrs",
"attributionWindow": "2hrs",
"winnerThreshold": "95%",
"winner": null
}
],
"pagination": {
"itemsPerPage": 100,
"pageNumber": 1,
"totalItems": 1,
"nextPage": null,
"previousPage": null,
"all": "/console/v1/autotunes"
}
}