On this page

GET/campaigns/:campaignId

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

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,
    "emailsOpened": 0,
    "openRate": null
  }
}
FieldType
idstring
namestring
statusstring
totalLeadsnumber
assignedTemplateIdstring | null
stats.emailsSentnumber
stats.repliesReceivednumber
stats.replyRatenumber | null
stats.emailsOpenednumber
stats.openRatenumber | null

Errors

Error codeWhen
not_foundUnknown campaign

MCP

Tool: get_campaign.