Skip to main content
GET

Overview

Lists every task the orchestrator spawned for a goal — tool calls, agent work, soul hires, and human approval checkpoints. Use this to track progress, see results, and understand what the orchestrator is doing.

Path Parameters

string
required
The goal ID returned from the create endpoint

Response

array
Array of tasks, ordered by most recent first.Each task includes:
  • id — Task ID
  • task_type — Type: tool_call, agent_sandbox, soul_hire, human_approval, planning, evaluation
  • tool — Which tool was used (e.g., research, web_read, browser, build, email, soul_browse)
  • description — What the task does
  • statuspending, running, completed, failed, waiting
  • phase — Which phase this task belongs to
  • sequence — Order within the phase
  • progress_pct — Progress percentage (0-100)
  • progress_message — Current progress description
  • result — Task output (when completed)
  • quoted_usdc — Budget reserved for this task
  • actual_usdc — Actual cost incurred
  • started_at, completed_at, created_at — Timestamps