Get Pulse Load History Details (Warehouse Native)

gethttps://statsigapi.net/console/v1/experiments/{id}/pulse_load_history/{dagID}

Authorizations

STATSIG-API-KEYstringrequired

apiKey (header)

Path parameters

idstringrequired

id

dagIDstringrequired

dagID

Response

application/json
200Get Pulse Load History Details
messagestringrequired

A simple string explaining the result of the operation.

dataobjectrequired
Show child attributes
dagIDstringrequired
jobsobject[]required
Show child attributes
jobType[]stringrequired

The Echidna job type.

jobIDs[]string[]required

Warehouse execution IDs for this job.

startTime[]numberrequired

Unix timestamp in milliseconds when this job started.

endTime[]numberrequired

Unix timestamp in milliseconds when this job ended, when available.

sql[]stringrequired

The SQL executed for this job.

metricSourceName[]string

Present for user-metrics style jobs and names the metric source used by the job.

rollup[]string

Present 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
statusintegerrequired
messagestringrequired
404Pulse load history not found.
statusintegerrequired
messagestringrequired

Was this helpful?