Skip to main content
GET
Get durable campaign message metrics

Overview

Returns the exact cumulative sent-message or connection-note count for an Outbound campaign without loading the full campaign record. Bare LinkedIn invitations without notes are excluded. The campaign must belong to the authenticated account.

AI agent notes

  • Use this lightweight endpoint when polling delivery progress.
  • Surface permission and not-found errors instead of retrying unchanged.

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

Exact durable campaign sent-message count.

campaign_total_sent
integer
required

Cumulative sent message or connection-note outbox rows. Bare LinkedIn invitations without notes are excluded.

Required range: 0 <= x <= 9007199254740991