Get campaign sequence
GET
https://app.genuinelink.ai/api/v1/campaigns/{campaignId}/sequenceReturns the outreach sequence graph for a campaign, including all nodes (steps) and edges (transitions). Use this to inspect or replicate the campaign workflow programmatically.
Authenticate with a company API key (`glc_…`). Agency keys (`gla_…`) are supported when you also pass `X-Company-Id` for the target client company.
Recent Requests
0 requests this session| Time | Status | User Agent |
|---|---|---|
| Make a request to see history. | ||
Path Params
string
required
Unique identifier of the campaign.
Responses
Response Body
object
campaignIdstringrequired
Campaign identifier.
sequenceIdstring | null
Opaque public sequence identifier, if assigned.
nodesarrayrequired
Sequence step nodes.
edgesarrayrequired
Transitions between sequence nodes.