Continue a paused execution

Unified continuation endpoint that handles both tool-output resumption and approval decisions.

Authentication

AuthorizationBearer
API key or Clerk session token

Request

This endpoint expects an object.
continuationobjectRequired
executionIdstringRequired>=1 character
streamResponsefalseRequired

Response

DispatchToolOutputContinuationJsonResponseobject
OR
DispatchApprovalContinuationJsonResponseobject
OR
DispatchDetachedApprovalJsonResponseobject
OR
DispatchDetachedToolOutputJsonResponseobject

Errors

400
Bad Request Error
401
Unauthorized Error
402
Payment Required Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
410
Gone Error
500
Internal Server Error