Campaigns & Users
Export Campaign CSV
Export campaign data as CSV
GET
Export campaign data including prospects, messages, and responses as a CSV file.
Path Parameters
The unique identifier of the campaign to export
Query Parameters
Whether to include prospect responses in the export
Start date for the export (ISO 8601 format)
End date for the export (ISO 8601 format)
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 prospectname
- Prospect’s full nameemail
- Prospect’s email addresscompany
- Prospect’s companytitle
- Prospect’s job titlelinkedin_url
- LinkedIn profile URLstatus
- Current prospect statuscontacted_at
- When the prospect was first contactedlast_message_at
- When the last message was sentresponded_at
- When the prospect responded (if applicable)response_text
- The prospect’s response text (if applicable)tags
- Tags associated with the prospect