Skip to main content
Helicone OSS LLM Observability

Export Data

Export your Helicone request data with our CLI tool or REST API
1 min read

The easiest way to export your data is using our official npm package:

Features:

  • ✅ Auto-recovery from crashes (checkpoint system)
  • ✅ Retry logic with exponential backoff
  • ✅ Progress tracking with ETA
  • ✅ Multiple formats (JSON, JSONL, CSV)
  • ✅ Property and date filtering
  • ✅ Region support (US and EU)

See the full documentation for all options.

REST API Export#

You can also export data using the REST API directly. See the Query Requests API documentation.

Alternative: GraphQL Export (Legacy)#

Warning

This GraphQL export script is deprecated. We recommend using the NPM tool above instead.