GetAlertEventDetail
Get detailed information about a specific alert event including comments and timeline
/api/v1/alerting/events/{eventId}Operation ID
GetAlertEventDetailSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
Path Parameters
eventIdStringRequiredEvent identifier to retrieve details for
Responses
200 OKOn success, this API returns the following response structure.
alertObjectThe alert event
uuidStringUnique identifier of the alert event
Example: event-001
ruleUuidStringUUID of the rule that generated this event
Example: rule-abc123
ruleNameStringName of the rule that generated this event
Example: High CPU Usage
resourceTypeStringType of monitored resource
Example: vm
resourceUuidStringUUID of the specific resource
Example: res-abc123
metricNameStringMetric name that was evaluated
Example: cpu_usage_percent
currentValueLongCurrent metric value at the time of the event
Example: 95.3
thresholdLongThreshold that was exceeded
Example: 90
operatorStringComparison operator used
Example: >
severityStringSeverity level of the event
Example: critical
stateStringCurrent state: firing, acknowledged, or resolved
Example: firing
messageStringHuman-readable event message
Example: CPU usage is 95.3%
fingerprintStringUnique fingerprint for deduplication
Example: fp-abc123
sourceStringSource system that generated the event
Example: prometheus
notifiedAtStringTimestamp when the notification was sent
Example: 2026-01-15T08:00:00Z
resolvedAtStringTimestamp when the event was resolved
Example: 2026-01-15T08:00:00Z
acknowledgedByStringUser who acknowledged this event
Example: admin
acknowledgedAtStringTimestamp when the event was acknowledged
Example: 2026-01-15T08:00:00Z
createDateStringTimestamp when the event was created
Example: 2026-01-15T08:00:00Z
alertInstanceUuidStringAlert instance uuid for this resource
Example: value
lifecycleStateStringLifecycle state for this resource
Example: value
ackStateStringAck state for this resource
Example: value
silenceStateStringSilence state for this resource
Example: value
productTypeStringProduct type for this resource
Example: value
sourceSystemStringSource system for this resource
Example: value
regionIdStringRegion id for this resource
Example: value
repeatCountIntegerRepeat count for this resource
Example: 10
commentsListComments on the alert event
Example: (nested array)
uuidStringUnique identifier of the comment
Example: comment-001
alertUuidStringAlert event UUID this comment belongs to
Example: event-001
authorStringAuthor of the comment
Example: admin
contentStringComment content text
Example: Investigating high CPU on db-01
createDateStringTimestamp when the comment was created
Example: 2026-01-15T08:00:00Z
timelineListTimeline of actions on the alert event
Example: (nested array)
uuidStringUnique identifier of the timeline entry
Example: timeline-001
alertUuidStringAlert event UUID this entry belongs to
Example: event-001
actionStringAction performed (created, acknowledged, resolved, commented)
Example: acknowledged
actorStringUser who performed the action
Example: admin
detailStringAdditional detail about the action
Example: Alert acknowledged by admin
createDateStringTimestamp of the action
Example: 2026-01-15T08:00:00Z
deliveryRecordsListNotification delivery records for this alert event
Example: (nested array)
uuidStringUnique identifier of this resource
Example: value
notificationGroupIdStringNotification group id for this resource
Example: value
alertInstanceIdsListAlert instance ids for this resource
Example: item1,item2
alertInstanceUuidStringAlert instance uuid for this resource
Example: value
policyUuidStringPolicy uuid for this resource
Example: value
channelUuidStringChannel uuid for this resource
Example: value
channelTypeStringChannel type for this resource
Example: value
templateUuidStringTemplate uuid for this resource
Example: value
targetMaskedStringTarget masked for this resource
Example: value
statusStringStatus for this resource
Example: value
attemptIntegerAttempt for this resource
Example: 10
maxAttemptsIntegerMax attempts for this resource
Example: 10
errorCodeStringError code for this resource
Example: value
errorMessageStringError message for this resource
Example: value
durationMsIntegerDuration ms for this resource
Example: 10
createdAtStringCreated at for this resource
Example: 2026-01-15T08:00:00Z
lastAttemptAtStringLast attempt at for this resource
Example: 2026-01-15T08:00:00Z
nextRetryAtStringNext retry at for this resource
Example: 2026-01-15T08:00:00Z
Change History
View all change historyChange Time
AddedResponse fields ackState, alertInstanceIds, alertInstanceUuid...View API
