Skip to main content
resumeRun asks the Gateway to resume a waiting or interrupted run.
  • Method: resumeRun
  • Scope: run:write
  • Transports: HTTP RPC, WebSocket RPC
  • Request: { runId, options? }
  • Response: { runId, status: "resume_requested" | "already_terminal" }
Errors are versioned as v1 and include InvalidRequest, Unauthorized, Forbidden, RunNotFound, and Internal.