Skip to main content
GET
List resource alerts for a project

Authorizations

Authorization
string
header
required

Send your API token (Dashboard → Settings → API Token) as Authorization: Bearer <token>.

Path Parameters

project_id
string<uuid>
required

Response

200 - application/json

List of alerts

id
string<uuid>
project_id
string<uuid>
user_id
string<uuid>
alert_metric
enum<string>
Available options:
ram,
vcpu,
network_received,
network_sent,
network_total
alert_minutes
integer

Sustained window, in minutes, the metric must stay over threshold before the alert fires.

alert_threshold_mb
integer
project_type
enum<string>
Available options:
app,
database,
virtual_machine
created_at
string<date-time>