Skip to main content

PhoneNumberRetellWorkspace

idstring<uuid>
phoneNumberIdstring<uuid>
retellWorkspaceIdstring<uuid>
friendlyNamestring | nullnullable
retellImportIdentifierstring
inboundAgents object[]
  • Array [
  • agentIdstringrequired
    agentVersioninteger | string | nullnullable
    weightnumberrequired

    Possible values: >= 0 and <= 1

  • ]
  • failoverAgents object[]
  • Array [
  • agentIdstringrequired
    agentVersioninteger | string | nullnullable
    weightnumberrequired

    Possible values: >= 0 and <= 1

  • ]
  • failoverEnabledboolean
    enabledboolean
    retellImportStatusstring
    retellLastErrorstring | nullnullable
    workspace object
    anyOf
    idstring<uuid>
    friendlyNamestring
    importPrefixstring

    Prefix used when importing the same SIP number into this Retell workspace.

    tokenFirst6string | nullnullable
    tokenLast4string | nullnullable
    statusstring
    validatedAt(string | null)<date-time>nullable
    lastErrorstring | nullnullable
    enabledboolean
    monthlyPriceCentsinteger

    Current additional-workspace amount from the active BillingPriceConfig catalog.

    createdAtstring<date-time>
    updatedAtstring<date-time>
    createdAtstring<date-time>
    updatedAtstring<date-time>
    PhoneNumberRetellWorkspace
    {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "phoneNumberId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "retellWorkspaceId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "friendlyName": "string",
    "retellImportIdentifier": "string",
    "inboundAgents": [
    {
    "agentId": "string",
    "agentVersion": 0,
    "weight": 0
    }
    ],
    "failoverAgents": [
    {
    "agentId": "string",
    "agentVersion": 0,
    "weight": 0
    }
    ],
    "failoverEnabled": true,
    "enabled": true,
    "retellImportStatus": "string",
    "retellLastError": "string",
    "workspace": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "friendlyName": "string",
    "importPrefix": "string",
    "tokenFirst6": "string",
    "tokenLast4": "string",
    "status": "string",
    "validatedAt": "2024-07-29T15:51:28.071Z",
    "lastError": "string",
    "enabled": true,
    "monthlyPriceCents": 0,
    "createdAt": "2024-07-29T15:51:28.071Z",
    "updatedAt": "2024-07-29T15:51:28.071Z"
    },
    "createdAt": "2024-07-29T15:51:28.071Z",
    "updatedAt": "2024-07-29T15:51:28.071Z"
    }