Skip to main content
GET
List events

Authorizations

x-api-key
string
header
required

Pass a static API key for every request, provided by your customer support.

Query Parameters

pageSize
number
default:10

Number of items per page, default is 10, minimum is 1, maximum is 100.

Required range: 1 <= x <= 100
page
number
default:1

Current page number, default is 1.

Required range: x >= 1
from
string

Start of lastUpdated date range (ISO 8601). Defaults to the previous UTC day at 00:00. Date-only values default to 00:00 UTC.

to
string

End of lastUpdated date range (ISO 8601). Defaults to the current UTC day at 23:59. Date-only values default to 23:59 UTC.

affectedDatapoint
string

Comma-separated list of affected datapoint names (OR within, AND with other filters).

alertType
string

Comma-separated list of alert type names (OR within, AND with other filters).

impactedEntity
string

Comma-separated list of impacted entity names (OR within, AND with other filters).

minLikelihood
integer | null
default:2

Minimum impacted entity likelihood score, inclusive. Defaults to 2. Score scale is 0 to 3.

Required range: 0 <= x <= 3
maxLikelihood
integer | null
default:3

Maximum impacted entity likelihood score, inclusive. Defaults to 3. Score scale is 0 to 3.

Required range: 0 <= x <= 3
minSeverity
integer | null
default:2

Minimum impacted entity severity score, inclusive. Defaults to 2. Score scale is 0 to 3.

Required range: 0 <= x <= 3
maxSeverity
integer | null
default:3

Maximum impacted entity severity score, inclusive. Defaults to 3. Score scale is 0 to 3.

Required range: 0 <= x <= 3

Response

The response containing pagination metadata, and an array of zero or more events that satisfy the query parameters.

meta
object
required

Schema for pagination metadata, including total items, total pages, current page, and page size.

Example:
data
object[]
required

A list of events matching the query parameters, within the specified page and page size.