Returns the list of alert policies.
External DocumentationTo learn more, visit the Opsgenie documentation.

Parameters

ParameterDescription
Team IDThe identifier of the team that this policy belongs. Value should be null for global policies.

Example Output

{
	"data": [
		{
			"enabled": false,
			"id": "string",
			"name": "string",
			"order": 0,
			"type": "string"
		}
	],
	"requestId": "string",
	"took": 0
}

Workflow Library Example

List Alert Policies with Opsgenie and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop