Skip to main content
GET
/
dialer
/
auto
/
active
Get Active Auto Dialer Session
curl --request GET \
  --url https://api.sternrockcapital.com/dialer/auto/active
{
  "campaignLeadListId": "<string>",
  "completedLeads": 123,
  "createdAt": "<string>",
  "options": {
    "callsPerTurn": 123
  },
  "pendingLeads": 123,
  "phoneNumber": {
    "phoneNumber": "<string>",
    "phoneNumberId": "<string>"
  },
  "sessionId": "<string>",
  "status": "dialing-round"
}

Response

active auto-dialer session details

campaignLeadListId
string

CampaignListID represents the ID of the campaign list that this auto dialer was created from.

completedLeads
integer

CompletedLeads is the number of leads that have already been called in this session.

createdAt
string

CreatedAt is the timestamp indicating when this autodialer session was created.

options
object

Options are the auto dialer options that active for this session

pendingLeads
integer

PendingLeads is the number of leads remaining to be called in this session.

phoneNumber
object

PhoneNumber is the phone number from which the autodialer is making calls.

sessionId
string
status
enum<string>

Status is the current status of the autodialer

Available options:
dialing-round,
on-call,
pending-advancement