v51

OpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-01308532588.1 KB
Alerts

Get Alert by id

Get Alert by id

get/v1/private/alerts/{id}

Path parameters

idstring uuid required

Response

Alert resource

idstring uuid
namestring
enabledboolean
alert_type'general' | 'slack' | 'pagerduty'
metadataobject
created_atstring date-time
created_bystring
last_updated_atstring date-time
last_updated_bystring
project_idstring uuid

Optional project scope for this alert. When set, the alert is scoped to the specified project. Do NOT also provide a 'scope:project' trigger config — the system will create it automatically from this field. Sending both project_id and a scope:project trigger config will result in an error.