remoteagent.online  the open-source control plane for secure, cost-controlled AI agents

Export the audit history as JSONL

Export your agent’s audit history as JSONL for compliance, backup, or fine-tuning. Your runs are yours to keep.

Updated 2026-08-22Reading time 3 min

Why export

For compliance you need evidence outside the system. For fine-tuning you need your own runs as training data. Either way, the history is yours to take.

Export it

  1. Open the History view.
  2. Choose Export (or use the API).
  3. Pick the format — JSONL is the default.
  4. Download the file.

What is in the file

Every entry: the agent, the action, the decision, the reason, the tokens, the latency, and the cost. The hash chain is preserved, so you can verify integrity later.

For fine-tuning

Rated runs (the good/bad feedback you leave on answers) make a clean preference dataset. Export, filter to rated runs, and you have signal to train on.