Get Request Status
Used to track the status and alert details (if any) of the request whose identifier is given.
External Documentation
To learn more, visit the Opsgenie documentation.
Parameters
Parameter | Description |
---|---|
Request ID | Universally unique identifier of the questioned request. |
Example Output
{
"data": {
"action": "string",
"alertId": "string",
"alias": "string",
"integrationId": "string",
"isSuccess": false,
"processedAt": "date-time",
"status": "string"
},
"requestId": "string",
"took": 0
}
Workflow Library Example
Get Request Status with Opsgenie and Send Results Via Email
Preview this Workflow on desktop