Skip to main content
GET
Get Campaign Leads

Overview

Retrieves all leads associated with a specific campaign. This endpoint returns detailed information about each lead, including their status, LinkedIn profile data, and campaign progress.

Response Structure

The response includes:
  • campaignId: The campaign identifier
  • total: Total number of leads in the campaign
  • leads: Array of lead objects with complete information
Each lead object includes:
  • Profile Information: Name, LinkedIn URL, email, phone, company
  • Status Fields: Current status and internal processing status
  • Campaign Progress: Current step in the sequence
  • Custom Variables: Additional data collected for personalization

Use Cases

  • Monitor campaign progress and lead statuses
  • Export campaign leads for analysis
  • Track which leads have been contacted
  • Identify leads requiring follow-up

Authorizations

x-api-key
string
header
required

API key for authentication. Generate from your WaLead dashboard.

Path Parameters

campaignId
string
required

Campaign ID

Response

Leads retrieved successfully

campaignId
string

Campaign ID

total
integer

Total number of leads in the campaign

leads
object[]