> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fabro.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# Dump export command

## `fabro dump`

A new `fabro dump` command exports the contents of the run store to a human-readable format for debugging and inspection. This is useful for diagnosing issues with run state, verifying data integrity after migrations, or extracting run data for external analysis.

```bash theme={"languages":{"custom":["/languages/dot.json","/languages/fabro.json"]}}
fabro dump <run-id>
```

## More

<Accordion title="Fixes">
  * Fixed store migration gaps affecting retro agent data, finalize commits, engine failure records, and hydration tolerance
</Accordion>
