---
title: "Load Pulse (Warehouse Native)"
method: POST
path: "/console/v1/experiments/{id}/load_pulse"
tags: ["Experiments", "Experiments (Warehouse Native)"]
---

# Load Pulse (Warehouse Native)

`POST /console/v1/experiments/{id}/load_pulse`

## Path parameters

- `id` string, required

## Query parameters

- `refresh` 'full' | 'incremental' | 'metric'
- `metricIDs` string[]
- `turboMode` boolean

## Request body

- EchidnaLoadPulseQueryDto
  - `refresh` 'full' | 'incremental' | 'metric'
  - `metricIDs` string[]
  - `turboMode` boolean

## Response `200`

Load Pulse Success

- object
  - `message` string

## Other responses

- `400` — Invalid request. Please check the request input and try again.
- `401` — This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx

---

[API](https://skmtc.net/statsig/apis/console-api.md) · [All operations](https://skmtc.net/statsig/apis/console-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/statsig/console-api/versions/3189f450c93b/schema)
