Exporting your data¶
When a job reaches completed, open it to see the results table, then export.
CSV, JSON, or LLM?¶
| Format | Best for |
|---|---|
| CSV | Opening in Excel or Google Sheets; sharing with non-technical people |
| JSON | Feeding into another tool or script; preserving nested raw structure |
LLM (format=llm) |
LLM / RAG pipelines — stable, deduped, versioned JSON profile |
Steps¶
- Open a completed job.
- Click Export CSV, Export JSON, or use the API with
format=llm(see LLM-ready export). - The file downloads to your computer.
Big result sets
Export once a job is completed rather than copying from the table while it's still running.
Next¶
- Scheduling & comparing runs
- Developers can export via the API — see Get data.