Skip to main content
GET
Get Outbound
CLI:

Overview

Returns one campaign-backed Outbound execution owned by the caller, including lifecycle status, configured sequence, flattened sender accounts, stats, and contact aggregates for the detail view. Use this after List Outbound when you need the full row shape instead of the compact index row.

AI agent notes

Check status before deciding what actions are allowed. Draft Outbound rows can be edited; active and paused rows have narrower update behavior; completed rows are effectively historical. For contact rows, generated messages, sender attribution, or settings, prefer the specific child endpoints when you need a fresh focused view.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Campaign UUID

Response

Outbound detail with sequence and contact aggregates.

campaignUrl
string
required
campaign
object
required

Canonical campaign entity.

sequence_nodes
object[]
required
prospects_by_status
object
required
prospects_by_node
object
required
campaign_total_sent
integer
required

Cumulative direct messages or emails for this campaign. LinkedIn connection-request notes are counted as connections, not messages.

Required range: 0 <= x <= 9007199254740991
campaign_total_connections_sent
integer
required

Cumulative LinkedIn connection requests sent by this campaign.

Required range: 0 <= x <= 9007199254740991
campaign_total_connections_accepted
integer
required

Cumulative LinkedIn connection requests accepted in this campaign.

Required range: 0 <= x <= 9007199254740991