Get detailed campaign information
Retrieve complete campaign details including configuration, variants, sequences, inboxes, and statistics.
import requests
campaign_id = "550e8400-e29b-41d4-a716-446655440000"
response = requests.get(
f"https://api.coldsend.io/api/public/v1/campaigns/{campaign_id}",
headers={"X-API-Key": "your-api-key"}
)
print(response.json())
API key with format cs_live_xxx
Campaign retrieved successfully
Detailed campaign response schema.
Campaign ID
Campaign name
Campaign status
Current creation step
Daily limit per inbox (None = no limit)
Campaign start date
Campaign timezone
Days of week for sending
Sending window start hour
Sending window end hour
Email tracking enabled
Lead field mapping
Email sequences
Campaign inboxes
Creator user ID
Team ID
Creation timestamp
Last update timestamp
Launch timestamp
Email variants for A/B testing the initial email
List of lead batches
Total number of leads
Emails sent
Replies received
Emails opened
Emails bounced
Unsubscribes