Skip to main content
GET
Get contact status
Returns status fields (status, callReceiveStatus, WhatsApp/email queue fields, source, sandbox) plus:

Try It

  1. Paste your API key (Bearer)
  2. Set path id to your contactId
After a dial finishes, use lastCall.callId with List contact calls / Get contact call for transcript and analysis. Poll until lastCall.hasAnalysis is true if you need AI results.

Authorizations

Authorization
string
header
required

Paste only your API key (ond_live_… or ond_test_…). Do not type the word Bearer — the playground adds it.

Path Parameters

id
string
required

Response

Contact

contactId
string
campaignId
string
phone
string
status
string
callReceiveStatus
integer
whatsappStatus
string
whatsappQueueStatus
string
emailStatus
string
emailScheduledAt
string<date-time> | null
whatsappScheduledAt
string<date-time> | null
emailTemplateId
string | null
emailProfileId
string | null
whatsappTemplateId
string | null
whatsappProfileId
string | null
isFollowUp
boolean
scheduledAt
string<date-time>
requestedChannels
string[]
source
string
sandbox
boolean
deletedAt
string<date-time> | null
lastCall
object | null