List all campaigns in your workspace
Retrieve a paginated list of campaigns with filtering and sorting options.
import requests
response = requests.get(
"https://api.coldsend.io/api/public/v1/campaigns?status=ACTIVE&sort_by=created_at&sort_order=desc",
headers={"X-API-Key": "your-api-key"}
)
print(response.json())
API key with format cs_live_xxx
Page number
x >= 1Items per page
1 <= x <= 100Filter by status
Search by name
Sort field
Sort order (asc/desc)
Filter by days since creation
x >= 1