Skip to main content
Get alert by id
This endpoint simply retuens the properties of an Alert, along with the notifications the alert has triggered.

Response

Response

id
string<uuid>
required

Unique identifier for the alert

status
enum<string>
required

Status of the alert

Available options:
active,
canceled,
expired
campground_ids
string[]
required
parameters
object
required
created_at
string<date-time>
required

Timestamp of the alert creation

notifications
object[]
required
canceled_at
string<date-time>

Timestamp of the last update (when/if canceled)

metadata
object

The additional metadata associated with the alert when created

webhook_override_url
string

The webhook URL override for this alert, if one was set at creation time.