Skip to main content

Get Alert

Returns alert with given id, tiny id or alias.

External Documentation

To learn more, visit the Opsgenie documentation.

Parameters

ParameterDescription
IDIdentifier of alert which could be alert id, tiny id or alert alias.
ID TypeType of the identifier that is provided as an in-line parameter. Possible values are 'id', 'alias' or 'tiny'.

Example Output

{
"data": {
"acknowledged": false,
"actions": [
"string"
],
"alias": "string",
"count": 0,
"createdAt": "date-time",
"description": "string",
"details": {},
"entity": "string",
"id": "string",
"integration": {
"id": "string",
"name": "string",
"type": "string"
},
"isSeen": false,
"lastOccurredAt": "date-time",
"message": "string",
"owner": "string",
"priority": "string",
"report": {
"ackTime": 0,
"acknowledgedBy": "string",
"closeTime": 0,
"closedBy": "string"
},
"responders": [
{
"id": "string",
"type": "string"
}
],
"snoozed": false,
"snoozedUntil": "date-time",
"source": "string",
"status": "string",
"tags": [
"string"
],
"tinyId": "string",
"updatedAt": "date-time"
},
"requestId": "string",
"took": 0
}

Workflow Library Example

Get Alert with Opsgenie and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop