GET
/
alert

Authorizations

Authorization
string
header
required

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

Query Parameters

alertId
string
required

ID of the alert to retrieve

Response

200 - application/json
uuid
string

Unique identifier for the alert

type
enum<string>

Type of alert

Available options:
Kubernetes,
Metric,
Trace,
Log,
KubernetesResource
name
string

Name of the alert

description
string

Description of the alert

kubernetesAlert
object
metricAlert
object
logAlert
object
destinations
object[]
status
enum<string>

Status of the alert

Available options:
FIRING,
OK
muted
boolean

Whether the alert is muted