Campaigns

Get Campaign Sequence

Retrieves the sequence (nodes and edges) for a campaign. This endpoint provides detailed access to the visual sequence builder structure.

The sequence defines the automation flow including:

  • Start and stop nodes
  • Email, LinkedIn action nodes
  • Wait/delay nodes
  • Conditional logic (If/Switch nodes)
  • HTTP API request nodes
  • Task and note nodes
get/campaigns/{id}/sequence

Path parameters

idstring uuid required

Resource ID (UUID)

Response

Campaign sequence

successboolean
request_idstring

Example response

{
  "success": true,
  "request_id": "req_abc123def456"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.