Available Datasets
All files are served fromhttps://data.jmail.world/v1/.
Emails
The primary dataset. Contains all released emails from the Epstein archive.
emails.parquet — Full dataset with body text (content_markdown), sender, recipients, subject, dates, and metadata.
emails-slim.parquet — Same emails but without body text columns. Much smaller download, ideal for network analysis, sender/recipient graphs, and timeline visualizations.
Key Columns (slim)
Additional Columns (full)
Documents
Metadata for all documents in the archive (DOJ releases, House Oversight, court records).
Document Full-Text Shards
Full extracted text is too large for a single file. Use the sharded files:
The Python client handles shard concatenation automatically via
client.documents(include_text=True).

Photos