List all signals escalation policies for a team.
External DocumentationTo learn more, visit the FireHydrant documentation.

Parameters

ParameterDescription
PageThe page number to show results from.
Per PageMaximum number of results to return.
QueryA query for searching through the list of escalation policies.
Team IDThe ID of the team to list all signals escalation policies for.

Example Output

{
	"data": [
		{
			"id": "string",
			"name": "string",
			"description": "string",
			"default": true,
			"repetitions": 0,
			"steps": [
				{
					"id": "string",
					"position": 0,
					"parent_position": 0,
					"targets": [
						{
							"id": "string",
							"name": "string",
							"type": "string",
							"is_pageable": true
						}
					],
					"timeout": "string",
					"distribution_type": "unspecified",
					"next_target_for_round_robin": {
						"id": "string",
						"name": "string",
						"type": "string",
						"is_pageable": true
					},
					"priorities": [
						"string"
					]
				}
			],
			"handoff_step": {
				"id": "string",
				"target": {
					"id": "string",
					"name": "string",
					"type": "string",
					"is_pageable": true
				}
			},
			"created_by": {
				"id": "string",
				"name": "string",
				"source": "string",
				"email": "string"
			},
			"created_at": "2025-07-16T08:55:30.705Z",
			"updated_at": "2025-07-16T08:55:30.705Z",
			"step_strategy": "string",
			"notification_priority_policies": [
				{
					"notification_priority": "string",
					"repetitions": 0,
					"handoff_step": {
						"id": "string",
						"target": {
							"id": "string",
							"name": "string",
							"type": "string",
							"is_pageable": true
						}
					},
					"steps": [
						{
							"id": "string",
							"position": 0,
							"parent_position": 0,
							"targets": [
								{
									"id": "string",
									"name": "string",
									"type": "string",
									"is_pageable": true
								}
							],
							"timeout": "string",
							"distribution_type": "unspecified",
							"next_target_for_round_robin": {
								"id": "string",
								"name": "string",
								"type": "string",
								"is_pageable": true
							},
							"priorities": [
								"string"
							]
						}
					]
				}
			]
		}
	],
	"pagination": {
		"count": 0,
		"page": 0,
		"items": 0,
		"pages": 0,
		"last": 0,
		"prev": 0,
		"next": 0
	}
}

Workflow Library Example

List Team Escalation Policies with Firehydrant and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop