Live progress of an in-flight drafting turn (ALPHA)
Alpha — early access.
A multi-payee drafting turn legitimately runs minutes (it is several sequential model calls). While your POST /payment-agents//proposals is in flight, poll this endpoint (every few seconds) to show the customer what the agent is doing right now — “Looking up 8 payees · checking balances”, “Drafting the proposals”, “Revising the draft”. Advisory display only: active: false means no turn is currently publishing progress for this agent (idle, just finished, or served by another instance) — fall back to a generic spinner. Never gate any behavior on this endpoint.
Authorizations
Path Parameters
Response
The latest progress snapshot, or active=false when idle
Live snapshot of an in-flight proposal-drafting turn. Coarse and customer-safe: a phase enum, one human sentence, and the model round. Tool counts only — never payee names, amounts, or addresses.
True while a drafting turn is publishing progress for this agent. False when idle or just finished — show a generic spinner instead.
Coarse machine phase: reading | working | drafting | revising | finalizing.
reading, working, drafting, revising, finalizing Human line to show under the spinner.
"Looking up 8 payees · checking balances"
Model round (1-based) the turn is on.
Unix seconds when this snapshot was published.

