Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

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