---
title: "Get Pulse Load History Details (Warehouse Native)"
method: GET
path: "/console/v1/experiments/{id}/pulse_load_history/{dagID}"
tags: ["Experiments", "Experiments (Warehouse Native)"]
---

# Get Pulse Load History Details (Warehouse Native)

`GET /console/v1/experiments/{id}/pulse_load_history/{dagID}`

## Path parameters

- `id` string, required
- `dagID` string, required

## Response `200`

Get Pulse Load History Details

- object
  - `message` string, required — A simple string explaining the result of the operation.
  - `data` object, required — A single result.
    - `dagID` string, required
    - `jobs` object[], required
      - `jobType` string, required — The Echidna job type.
      - `jobIDs` string[], required — Warehouse execution IDs for this job.
      - `startTime` number, nullable, required — Unix timestamp in milliseconds when this job started.
      - `endTime` number, nullable, required — Unix timestamp in milliseconds when this job ended, when available.
      - `sql` string, nullable, required — The SQL executed for this job.
      - `metricSourceName` string, nullable — Present for user-metrics style jobs and names the metric source used by the job.
      - `rollup` string, nullable — Present for pulse-style jobs and indicates the rollup used for the calculation.

## Other responses

- `401` — This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx
- `404` — Pulse load history not found.

---

[API](https://skmtc.dev/statsig/apis/console-api.md) · [All operations](https://skmtc.dev/statsig/apis/console-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/statsig/console-api/revisions/1fd471fa03cc/schema)
