GenuineLink
OpenAPI

Get campaign sequence

GEThttps://app.genuinelink.ai/api/v1/campaigns/{campaignId}/sequence

Returns 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
TimeStatusUser Agent
Make a request to see history.

Path Params

string
required

Unique identifier of the campaign.

Responses

object
campaignIdstringrequired

Campaign identifier.

sequenceIdstring | null

Opaque public sequence identifier, if assigned.

nodesarrayrequired

Sequence step nodes.

edgesarrayrequired

Transitions between sequence nodes.

    GenuineLink Developer | GenuineLink