xenia_trace
Trace any action to see its outcome, recovery steps if later fixed, and full call arguments. Understand how failures were actually recovered from across sessions.
Instructions
One action, the task it was working towards, its outcome, and — when a later action fixed it — every action in between, from that one session. This is how a failure was actually recovered from. A fix in a later session gives the two endpoints only: the work between them belongs to two sessions and threading it into one list by clock time would not be a reading of anything. Takes ANY action id, not only a failed one: it is also the way to read one call's arguments in full, since xenia_calls shortens them to keep its rows scannable and a recovery series is simply absent when there was nothing to recover from.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action_id | Yes | The action to trace. |