GET /v1/campaigns
GET
scope: campaigns.read
0 credits
/v1/campaignsList campaigns with statistics.
Query params: status (active|paused|completed), limit (default 50, max 100), offset
Try it
GET
/v1/campaignsSaved locally in your browser
Query Parameters
active · paused · completed
Max 100
URL
https://slazbvfvliieskvkjtav.supabase.co/functions/v1/api-gateway/v1/campaignsEnter your API key above to send requests
Response
{
"campaigns": [{
"id": "abc-123",
"name": "Q1 SaaS Outreach",
"status": "active",
"sent": 500,
"replied": 47,
"reply_rate": 9.4,
"open_rate": 64.0,
"client": { "id": "client-456", "name": "Agency Client A" },
"stats_last_synced_at": "2026-03-20T12:00:00Z"
}],
"count": 5,
"total_count": 23,
"has_more": false
}