FruxonDocs
Agent NetworkGraph

Returns the Network's escalation pool (an empty pool when none is set).

Returns the live operator ladder the escalation tool uses for members of this Network. The pool and per-customer overrides are the only resolution source. No pool yet returns an empty ladder so clients can render the editor. Changes take effect without publishing a new Network revision.

GET
/v1/tenants/{tenant}/networks/{network}/escalationPolicy
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

network*string

The owning Network id.

Formatuuid
tenant*string

The tenant identifier

Response Body

curl -X GET "https://api.fruxon.com/v1/tenants/string/networks/497f6eca-6276-4993-bfeb-53cbbbba6f08/escalationPolicy"
{
  "networkId": "00000000-0000-0000-0000-000000000000",
  "tiers": [
    {
      "operatorParticipantIds": [
        "00000000-0000-0000-0000-000000000000"
      ],
      "strategy": "FIRST_AVAILABLE"
    }
  ],
  "defaultReason": "string",
  "mode": "BRIDGE",
  "consoleMuteTrigger": "ON_QUEUED",
  "checkBackEnabled": false,
  "stalledTakeoverUnmuteEnabled": false,
  "doorways": [
    {
      "provider": "string",
      "supportsNativeHandoff": false
    }
  ],
  "createdAt": 0,
  "modifiedAt": 0
}
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}