Parameter | Description |
---|---|
Page | The page number to show results from. |
Per Page | Maximum number of results to return. |
Query | A query for searching through the list of escalation policies. |
Team ID | The ID of the team to list all signals escalation policies for. |
{
"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
}
}
Was this page helpful?