Read a campaign
Returns one campaign with its lead list, content and settings. On a workspace without access to lead contact data, the contact fields are filtered out of the returned column list.
/campaigns.getAuthorization
bearerAuth Enter your MailMoo API key (format: sk_live_...)
In: header
Query Parameters
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/campaigns.get?input=%7B%22campaignId%22%3A%2213f8bf6d-dc27-4a04-bffe-6e5b13c19ddf%22%7D"{}List campaigns with rendering progress GET
Returns campaigns along with how much content is still rendering across the workspace. Heavier than the plain campaign list: reach for `campaigns.getBasic` unless you specifically need the rendering counts.
Read a campaign's sequence GET
Returns the steps a campaign sends, in the order they run for a lead, with the counts the sequence has accumulated. Read-only: use the launch endpoint to start or pause it.

