Get state transition history
get_state_historyRetrieves the most recent state transitions of both machines. Use the optional limit parameter to return only the latest entries, helping debug and monitor state changes.
Instructions
Last transitions of both machines, interleaved, oldest first. The debug server itself caps this at 50 entries; limit (if given) further trims to the most recent N of whatever's returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | max entries to return (most recent); omit for all available |