Skip to main content
GET
List recent monitor alerts

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

n
integer
default:25
Required range: 1 <= x <= 100

Response

Success

data
object[]
required

Newest alerts first.

has_more
boolean
required

CURRENTLY always false: this endpoint returns the newest n alerts as a single page and does not paginate.

next_cursor
null
required

Always null: this endpoint does not paginate.