Skip to main content
GET

Overview

Shows the budget ledger for a compute goal: how much was deposited, spent, reserved, and what’s left. Includes a line-by-line spend history.

Path Parameters

string
required
The goal ID returned from the create endpoint

Response

string
Total budget deposited
string
Amount spent so far
string
Amount reserved for in-flight tasks
string
Available remaining budget
array
Individual spend entries:
  • category — Spend category (e.g., research, browser, build, orchestrator)
  • amount_usdc — Amount spent
  • description — What the spend was for
  • created_at — When the spend was recorded