Get Pulse Load History Details (Warehouse Native)
get
https://statsigapi.net/console/v1/experiments/{id}/pulse_load_history/{dagID}Authorizations
STATSIG-API-KEYstringrequiredapiKey (header)
Path parameters
idstringrequiredid
dagIDstringrequireddagID
Response
application/json200Get Pulse Load History Details
messagestringrequiredA simple string explaining the result of the operation.
dataobjectrequiredShow child attributes
dagIDstringrequiredjobsobject[]requiredShow child attributes
jobType[]stringrequiredThe Echidna job type.
jobIDs[]string[]requiredWarehouse execution IDs for this job.
startTime[]numberrequiredUnix timestamp in milliseconds when this job started.
endTime[]numberrequiredUnix timestamp in milliseconds when this job ended, when available.
sql[]stringrequiredThe SQL executed for this job.
metricSourceName[]stringPresent for user-metrics style jobs and names the metric source used by the job.
rollup[]stringPresent for pulse-style jobs and indicates the rollup used for the calculation.
401This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx
statusintegerrequiredmessagestringrequired404Pulse load history not found.
statusintegerrequiredmessagestringrequiredWas this helpful?