Search Check Alerts

POST

Returns the check alerts under the provided search parameters.

Request

This endpoint expects an object.
runRidsset of stringsRequired
assetRidsset of stringsRequired
nextPageTokenstringOptional
pageSizeintegerOptional

Defaults to 100. Will throw if larger than 1_000.

sortByobjectOptional

If not present, will sort by start time in descending order.

searchTextstringOptional

Matches on check name

afterobjectOptional

Filters to start times after this time, inclusive.

beforeobjectOptional

Filters to start times before this time, exclusive.

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.
checkAlertslist of objects
nextPageTokenstringOptional
Built with