List Bridge Phrases
Fetch bridge phrases configs.
Query parameters
The page number from which to start (0-based)
The page number from which to start (0-based)
The maximum number of items to return
The maximum number of items to return
String names of fields to search. Correspond by index to search field values
String names of fields to search. Correspond by index to search field values
Values of fields to search. Correspond by index to search fields. Unless field name contains "list", an individual search field value cannot be a list
Values of fields to search. Correspond by index to search fields. Unless field name contains "list", an individual search field value cannot be a list
Names of bridge phrases fields supported for filtering/sorting on list endpoint.
The field whose value should be used to order the results
The direction in which to order list results, either ascending or descending.
The direction in which to order the results
The fields to include in the response
The fields to include in the response
The start datetime for filtering results
The start datetime for filtering results
The end datetime for filtering results
The end datetime for filtering results
Response
Successful Response
Example response
{
"items": [
{
"name": "Default Bridge Phrases",
"description": "Standard hold phrases for inbound line.",
"config": {
"phrases": {
"messages": [
"One moment, please.",
"Let me check on that for you."
],
"localized": {
"es-US": {
"messages": [
"Un momento, por favor."
]
},
"fr-FR": {
"messages": [
"Un instant, je vous en prie."
]
}
}
},
"tools": [
{
"phrases": {
"messages": [
"One moment, please.",
"Let me check on that for you."
],
"localized": {
"es-US": {
"messages": [
"Un momento, por favor."
]
},
"fr-FR": {
"messages": [
"Un instant, je vous en prie."
]
}
}
}
}
],
"randomize_bridge_phrases": true
},
"id": 1,
"edit_comments": "Added Spanish overrides for the transfer tool.",
"agents_info": [
{
"id": 1,
"name": "Test Agent"
}
],
"updated_at": "2026-07-02T00:00:00Z",
"last_updated_by": "user@mail.com"
}
],
"page_size": 25,
"total_pages": 4,
"total_count": 100
}