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
| Parameter | Type | Required | Description |
|---|---|---|---|
sequence_id | string | No | Filter by specific sequence trigger |
range | string | No | Date 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
| Status | Meaning | Solution |
|---|---|---|
| 401 | Unauthorized | Check authentication token |
| 500 | Server Error | Contact support if persists |
Notes
- Exported data is OU-scoped to the active Organizational Unit
- Use filters to narrow the export for faster downloads
Related Endpoints
- Sequence Events - List sequence events with pagination
- Sequence Triggers - Manage sequence triggers