alert_class_list

List alert classes
get/v1/alert-classes

Query Parameters

limit

Maximum number of items returned by a single call

page_token

Token returned by previous call to retrieve the subsequent page

filter

An optional glob pattern for filtering alert class names.

If provided, only alert classes which match this glob pattern will be included in the response.

A webhook event class subscription matches either a single event class exactly, or a glob pattern including wildcards that may match multiple event classes

Responses

Object
items

list of items on this page of results

An alert class.

Object
description

A description of what this alert class represents.

name

The name of the alert class.

next_page

token used to fetch the next page of results (if any)