Get Campaign by ID
Campaigns
Get Campaign by ID
Retrieves a single campaign by its ID
GET
Get Campaign by ID
Documentation Index
Fetch the complete documentation index at: https://docs.walead.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Retrieves a single campaign by its ID, including complete details about the campaign configuration, analytics, and message sequence. The campaign must belong to your workspace.What’s Included
This endpoint returns comprehensive campaign data:- Basic Info: ID, name, status, progress, creation date
- Configuration: Settings, core variables, custom variables
- LinkedIn Accounts: Associated account IDs
- Analytics: Acceptance rate, response rate, total leads
- Sequence: Complete array of steps with their message variants
Sequence Data
The response includes the full campaign sequence (steps and variants), making this endpoint ideal when you need both campaign metadata and the message flow. If you only need the sequence, use the dedicated Get Campaign Sequence endpoint instead. Each step in the sequence includes:- Step type (invitation, message, visit_profile, screener)
- Order and delay configuration
- Message variants for A/B testing (for message and screener steps)
- AI tools configuration per variant
Authorizations
API key for authentication. Generate from your WaLead dashboard.
Path Parameters
Campaign ID
Response
Campaign retrieved successfully
Unique campaign identifier
Campaign name
Campaign status
Available options:
active, paused, completed, error, draft Campaign progress percentage (0-100)
ISO 8601 timestamp of creation
Campaign configuration settings
Core variables enabled for this campaign
Custom variables defined for this campaign
Array of LinkedIn account IDs associated with the campaign
Campaign sequence steps with message variants