Skip to content

agent executions fetch

ddx agent executions fetch

Pull a mirrored execution bundle back to .ddx/executions//

Synopsis

fetch retrieves a previously mirrored bundle from the configured execution mirror and writes it back to .ddx/executions// for local inspection.

The mirror entry is resolved from .ddx/executions/mirror-index.jsonl. The bundle is rehydrated under the project’s .ddx/executions// path unless –dest is given.

ddx agent executions fetch <attempt-id> [flags]

Options

      --dest string      Destination directory (default: .ddx/executions/<attempt-id>/)
  -h, --help             help for fetch
      --json             Output result as JSON
      --project string   Project root (default: CWD git root). Env: DDX_PROJECT_ROOT

Options inherited from parent commands

      --config string              config file (default is $HOME/.ddx.yml)
      --library-base-path string   override path for DDx library location
  -v, --verbose                    verbose output

SEE ALSO

Auto generated by spf13/cobra on 21-Apr-2026