Ask Kevin is smarter.
OmniDimension
Bulk calls

Bulk call live status

Real-time status of a running bulk-call campaign.

GET/bulk-call//live-status
Path parameters
bulk_call_idrequired
curl -X GET 'https://backend.omnidim.io/api/v1/bulk-call/{bulk_call_id}/live-status' \
  -H 'Authorization: Bearer YOUR_API_KEY'
Example response
{
  "status": "success",
  "bulk_call_id": 314,
  "campaign_status": "completed",
  "summary": {
    "total_contacts": 1,
    "queued": 0,
    "in_progress": 0,
    "completed": 0,
    "failed": 0,
    "busy": 0,
    "no_answer": 1
  }
}

Authorization

BearerAuth
AuthorizationBearer <token>

Bearer token authentication. Obtain your API key from the OmniDimension dashboard.

In: header

Path Parameters

bulk_call_id*integer

Response Body

application/json