Resume a paused client execution

Session-authenticated sibling of `POST /v1/dispatch/resume` for browser client-token sessions. Resumes a paused local-tool (WebMCP / clientTools) execution by supplying `toolOutputs` keyed by the per-call `toolCallId` (or tool name, legacy). Optionally accepts a refreshed `clientTools[]` + `clientToolsFingerprint` snapshot (same diff-only protocol as `/client/chat`) so page tools registered after a mid-run navigation become callable on the next model turn; the refreshed set is re-validated against the surface WebMCP policy. Streams the continued flow/agent events over Server-Sent Events. Does not count against execution limits.

Request

This endpoint expects an object.
executionIdstringRequired>=1 character
sessionIdstringRequired>=1 character
clientToolslist of objectsOptional
clientToolsFingerprintstringOptional<=128 characters
messageslist of objectsOptional
streamResponsebooleanOptionalDefaults to true
toolOutputsmap from strings to anyOptionalDefaults to {}

Response

SSE stream of the resumed execution events
object
OR
object
OR
object
OR
object
OR
object
OR
object
OR
object
OR
object
OR
object
OR
object
OR
object
OR
object
OR
object
OR
object
OR
object
OR
object
OR
object
OR
object
OR
object
OR
object
OR
object
OR
object
OR
object
OR
object
OR
object
OR
object
OR
object
OR
object
OR
object
OR
object
OR
object
OR
object
OR
object

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
500
Internal Server Error