Skip to main content
GET
/
internal
/
health
/
voice-campaign-daemon
cURL
curl --request GET \
  --url https://api.comm.com/api/internal/health/voice-campaign-daemon \
  --header 'Authorization: Bearer <token>'
{
  "status": "healthy",
  "daemon": {
    "running": true,
    "last_heartbeat": "<string>",
    "iteration": "<string>",
    "memory_mb": "<string>",
    "uptime_seconds": "<string>",
    "total_dispatched": "<string>",
    "active_campaigns": "<string>",
    "campaigns_in_retry": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

status
string
required
Example:

"healthy"

daemon
object
required