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 code | When |
|---|---|
not_found | Unknown campaign |
MCP
Tool: get_campaign.