Compute
Goal Tasks
List all tasks spawned by the orchestrator for a compute goal
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
The goal ID returned from the create endpoint
Response
Array of tasks, ordered by most recent first.Each task includes:
id— Task IDtask_type— Type:tool_call,agent_sandbox,soul_hire,human_approval,planning,evaluationtool— Which tool was used (e.g.,research,web_read,browser,build,email,soul_browse)description— What the task doesstatus—pending,running,completed,failed,waitingphase— Which phase this task belongs tosequence— Order within the phaseprogress_pct— Progress percentage (0-100)progress_message— Current progress descriptionresult— Task output (when completed)quoted_usdc— Budget reserved for this taskactual_usdc— Actual cost incurredstarted_at,completed_at,created_at— Timestamps