Skip to main content
GET
List comments

Authorizations

X-API-Key
string
header
required

API Key for authentication

Query Parameters

ownerId
string<uuid>
required

LinkedIn account owner whose campaign feed is being read. Often a managed account rather than the authenticated user — call user_list-shared first and pick the owner whose LinkedIn profile runs the campaign.

campaignId
string<uuid>
required

Campaign that scopes this feed. Aggregated cross-campaign feed is not part of this action.

view
enum<string>
required

Required customer-facing feed state.

Available options:
Need approval,
Pending,
Error,
Posted,
Skipped
prospectListId
string<uuid>

Optional Prospect List filter. Cannot be combined with keywordId.

keywordId
string<uuid>

Optional Keyword filter. Cannot be combined with prospectListId.

limit
integer
default:20

Number of records requested for this page.

Required range: 1 <= x <= 50
offset
integer
default:0

Offset from the start of the filtered result set.

Required range: 0 <= x <= 9007199254740991

Response

status
enum<string>
required

Response status

Available options:
success
data
object
required
message
string
required

Success message

Example:

"Operation completed successfully"