POST
/
console
/
v1
/
experiments
/
{id}
/
load_pulse
curl --request POST \
  --url https://statsigapi.net/console/v1/experiments/{id}/load_pulse \
  --header 'Content-Type: application/json' \
  --header 'STATSIG-API-KEY: <api-key>' \
  --data '{
  "refresh": "full",
  "metricIDs": [
    "<string>"
  ],
  "ruleId": "<string>",
  "turboMode": true
}'
{
  "message": "Experiment is loading."
}

Authorizations

STATSIG-API-KEY
string
header
required

Headers

x-respect-review-settings
string

Optional header to respect review settings for mutation endpoints.

Path Parameters

id
string
required

id

Query Parameters

refresh
enum<string>
default:full
Available options:
full,
incremental,
metric
metricIDs
string[]
ruleId
string
turboMode
boolean

Body

application/json
refresh
enum<string>
default:full
Available options:
full,
incremental,
metric
metricIDs
string[]
ruleId
string
turboMode
boolean

Response

200
application/json
Load Pulse Success
message
string