Search Check Alerts
Returns the check alerts under the provided search parameters. At least one run or asset must be specified.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
Tokens are used with paginated requests to get the next “page” of results from an API, and typically are used as both part of the request and response schema of an endpoint to allow users to stream pages of results.
Defaults to 100. Will throw if larger than 1_000.
If not present, will sort by start time in descending order.
Matches on check name
Filters to start times after this time, inclusive.
Filters to start times before this time, exclusive.
To be deprecated. Use archivedStatuses instead. If true, includes archived check alerts in the search results. If not present or false, will not show archived data reviews in search results
Filters search on check alerts based on the archived statuses provided. Default is NOT_ARCHIVED only if none are provided.
Response
Tokens are used with paginated requests to get the next “page” of results from an API, and typically are used as both part of the request and response schema of an endpoint to allow users to stream pages of results.