Returns active content records for a given message. A
The list response includes a content attribute with a single key (mjml, html, text, payload (SMS) or null). These indicate the content type. The actual content is not returned in this payload.
Ordering:
default content first.locale then by id.Accepts either a raw secret key or Bearer <sk_KEY>.
Optional dated API revision for the request. Must use YYYY-MM-DD format.
^\d{4}-\d{2}-\d{2}$"2026-03-01"
Campaign message ID.
Campaign message content returned.
null for the default content variant.
Returns exactly one of mjml, html, text, payload or null to indicate which content attribute applies without returning the full body.