Skip to main content
GET
Export campaign data including prospects, messages, and responses as a CSV file.

Path Parameters

campaign_id
string
required
The unique identifier of the campaign to export

Query Parameters

include_responses
boolean
default:"true"
Whether to include prospect responses in the export
date_from
string
Start date for the export (ISO 8601 format)
date_to
string
End date for the export (ISO 8601 format)
status
string
Filter by prospect status: all, contacted, responded, converted

Response

The response will be a CSV file with the following columns:
  • prospect_id - Unique identifier of the prospect
  • name - Prospect’s full name
  • email - Prospect’s email address
  • company - Prospect’s company
  • title - Prospect’s job title
  • linkedin_url - LinkedIn profile URL
  • status - Current prospect status
  • contacted_at - When the prospect was first contacted
  • last_message_at - When the last message was sent
  • responded_at - When the prospect responded (if applicable)
  • response_text - The prospect’s response text (if applicable)
  • tags - Tags associated with the prospect