On this page

GET/campaigns/:campaignId

Return one campaign. 0 credits. Rate class: global. Detail shape matches the list item today.

Request

GET /campaigns/search-xyz
X-API-Key: sk_live_...

Response

{
  "id": "search-xyz",
  "name": "Dentists in Austin",
  "status": "READY_TO_SEND",
  "totalLeads": 48,
  "assignedTemplateId": null,
  "stats": {
    "emailsSent": 0,
    "repliesReceived": 0,
    "replyRate": null
  }
}

Errors

Error codeWhen
not_foundUnknown campaign

MCP

Tool: get_campaign.