New Feature
Async Dataset Export with Webhook Notifications
- Introduced
/dataset/export
endpoint for asynchronous dataset exports with webhook delivery - Perfect for large datasets that would timeout with synchronous requests
- Supports both CSV and JSONL output formats with gzip compression
- HMAC signature verification ensures webhook authenticity using your API key
- Download URLs are valid for 30 days from export completion
- Requires Query Builder subscription for full access
Key Benefits:
- Process large datasets without timeout constraints
- Integrate with automated data pipelines and workflows
- Receive results asynchronously via secure webhook notifications
- Track exports using unique query UUIDs for request/response matching
Example Request:
Webhook Response:
See our Dataset Webhook Export Guide for complete implementation details and webhook handler examples.