Retrieve a campaign
Authentication
Path parameters
UUID of the campaign, as returned in id by GET /api/campaigns. A campaign from another workspace or a deleted one answers 404; a value that is not a UUID answers 400.
Response
A campaign row as returned by the retrieve, create, update, activate and pause endpoints.
Keys are snake_case, exactly as stored. The list endpoint returns a lighter
CampaignListItem instead.

