Skip to main content
POST
Get all threshold notifications

Authorizations

Authorization
string
header
required

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

Query Parameters

next_page
string

Cursor that indicates where the next page of results should start.

Body

application/json

The threshold notifications query to run

customer_id
string<uuid>
required

The Metronome ID of the customer

alert_statuses
enum<string>[]

Optionally filter by threshold notification status. If absent, only enabled notifications will be returned.

Minimum array length: 1
Available options:
enabled,
disabled,
archived,
ENABLED,
DISABLED,
ARCHIVED,
Enabled,
Disabled,
Archived

Response

200 - application/json

Success

data
object[]
required
next_page
string | null
required