v45

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0114775543.6 KB
Campaigns

Get a campaign

Get a campaign with detailed metrics

get/campaign/{id}

Path parameters

idstring required

The ID of the campaign

Response

Campaign details with metrics

statusboolean

Example response

{
  "status": true,
  "data": {
    "campaign": {
      "maxRetries": 3,
      "retryDelay": 15
    },
    "metrics": {
      "total_participants": 500,
      "contacts_called": 247,
      "contacts_connected": 150
    }
  }
}