Britive platform release 2026.03.02 is now live in production.

Get Escalation Policies (paginated)

Prev Next
Get
/api/im-integration/{connectionId}/escalation-policies/search

Get Escalation Policies by search text with pagination (fixed limit = 25)

Security
HTTP
Type bearer
Path parameters
connectionId
stringRequired

Connection ID of an IM Connection

Query parameters
searchText
string

The text for searching escalation policies

page
integer

Page number (0-based index)

Default0
size
integer

Number of records per page

Default25
Responses
200

Successful operation

Expand All
object
escalationPolicies
Array of object (EscalationPolicy)
object
id
string
name
string
summary
string
page
integer

Current page number (0-based)

size
integer

Number of records per page

count
integer

Total number of records

more
boolean

Whether there are more records available

404

Escalation Policies not found