Skip to main content

Export Sequence Events API

Download sequence event history as a CSV file for reporting and analysis.

GET /sequence-events/export

Export sequence events as a CSV file.

Request

ParameterTypeRequiredDescription
sequence_idstringNoFilter by specific sequence trigger
rangestringNoDate range: today, last_7d, last_30d, last_90d

Response

200 OK (Content-Type: text/csv)

Returns a CSV file with sequence event data including trigger name, lead ID, event types, and timestamp.

Example

curl -X GET "https://api.leadvibe.com/sequence-events/export?range=last_30d" \
-H "Authorization: Bearer <token>" \
-o sequence-events.csv

Common Errors

StatusMeaningSolution
401UnauthorizedCheck authentication token
500Server ErrorContact support if persists

Notes

  • Exported data is OU-scoped to the active Organizational Unit
  • Use filters to narrow the export for faster downloads