{ "success": true, "count": 123, "campaigns": [ { "campaign_id": "<string>", "status": "<string>", "voice_agent_id": "<string>", "agent_id": "<string>", "contacts_count": 123, "organization_id": "<string>", "tenant_id": "<string>", "campaign_begin_time": {}, "campaign_end_time": {}, "created_at": {} } ], "powered_by": "<string>" }
Get all voice campaigns for an organization
Show Voice Campaign Object
active
paused
completed
ended
curl -X GET "https://api.teli.ai/v1/voice/campaigns?organization_id=1762896364768x389173798861431550&tenant_id=your_tenant&is_admin=false" \ -H "X-API-Key: YOUR_API_KEY"
{ "success": true, "count": 1, "campaigns": [ { "campaign_id": "vc 1", "status": "completed", "voice_agent_id": "agent_86f826bf8f59bacd5c10ae948a", "agent_id": "agent_86f826bf8f59bacd5c10ae948a", "contacts_count": 1, "organization_id": "1762896364768x389173798861431550", "tenant_id": "your_tenant", "campaign_begin_time": "2025-11-20T19:44:46.536728", "campaign_end_time": "2025-11-27T19:44:46.536728", "created_at": "" } ], "powered_by": "Teli" }
{ "error": "organization_id required", "success": false, "powered_by": "Teli" }
{ "error": "Failed to list voice campaigns", "success": false, "powered_by": "Teli" }