Used to track the status and incident details (if any) of the request whose identifier is given.
External DocumentationTo learn more, visit the Opsgenie documentation.

Parameters

ParameterDescription
Request IDUniversally unique identifier of the questioned request.

Example Output

{
	"data": {
		"action": "string",
		"incidentId": "string",
		"integrationId": "string",
		"isSuccess": false,
		"processedAt": "date-time",
		"status": "string",
		"success": false
	},
	"requestId": "string",
	"took": 0
}

Workflow Library Example

Get Incident Request Status with Opsgenie and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop