machina execution list # list recent executionsmachina execution list --limit 50 # paginatemachina execution get <id> # get execution detailsmachina execution get <id> --compact # compact outputmachina execution get <id> --json # full JSON output
machina agent run … --watch and machina workflow run … --watch already follow a run to completion. Use execution get <id> to revisit a run later, or to inspect one started elsewhere — Studio, the API, or a schedule.