Get Check Alerts Histogram

POST

Returns a histogram of alerts that occur across the provided runs.

Request

This endpoint expects an object.
distributionVariableobjectRequired

Represents the data points on the x-axis of a histogram.

startTimeAfterobjectRequired

Filters to start times after this time, inclusive.

startTimeBeforeobjectRequired

Filters to start times before this time, exclusive.

runRidsset of stringsRequired
assetRidsset of stringsRequired
numBinsintegerOptional

Defaults to 100. Throws if larger than 1_000.

searchTextstringOptional

Matches on check name

subGroupVariableobjectOptional

The variable that divides the data into distinct groups for comparison within the histogram.

statusset of enumsOptional
Allowed values: PENDING_REVIEWCLOSED_IGNOREDCLOSED_REQUIRES_FURTHER_ACTION
checkRidsset of stringsOptional
dataReviewRidsset of stringsOptional
assigneeRidsset of stringsOptional
prioritiesset of enumsOptional
Allowed values: P0P1P2P3P4
pinnedChecklistRefsset of objectsOptional
chartRidsset of objectsOptional
notebookRidsset of stringsOptional
showArchivedbooleanOptionalDefaults to false

If not present, will not show archived data reviews in search results

Response

This endpoint returns an object.
bucketsobject
Built with