POST
/
run
{
  "task_id": 123,
  "task_run_id": 123,
  "history": [
    {
      "is_done": true,
      "success": true,
      "extracted_content": "<string>",
      "error": "<string>",
      "include_in_memory": true
    }
  ],
  "result": "<any>",
  "is_done": true,
  "is_successful": true,
  "status": "in_progress",
  "screenshots": "<any>"
}

Body

application/json

Response

200
application/json

Successful Response

Represents the complete response from the agent.