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

# reparo

> CLI reference: inspect Reparo auto-recovery events for an app

Inspect the auto-recovery events Reparo recorded for an app.

```bash theme={null}
floo reparo events --app my-app
floo reparo events --app my-app --status resolved --json
```

| Flag              | Description                                                           |
| ----------------- | --------------------------------------------------------------------- |
| `--app APP`       | App name or UUID, inferred from config when omitted                   |
| `--status STATUS` | Filter by event status, such as `triggered`, `resolved`, or `skipped` |
| `--json`          | Machine-readable response for agents                                  |

This is a read surface. It does not trigger recovery or modify an event.
