API reference

Continue from the saved response and session.

Use continuation for revise, follow-up, incomplete work, or reconnecting to a task context.

Request

Continue
POST /{harness_id}/v1/responses
Content-Type: application/json

{
  "input": "Continue where you left off and finish the remaining work.",
  "previous_response_id": "<response id>",
  "metadata": { "session_id": "<session id>" },
  "stream": true
}

Ownership

Before continuing, your server should verify that the current user or tenant owns the saved response and session mapping.