Skip to main content
GET
Live progress of an in-flight drafting turn (ALPHA)

Authorizations

x-api-key
string
header
required

Path Parameters

payment_agent_id
string
required

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.

active
boolean
required

True while a drafting turn is publishing progress for this agent. False when idle or just finished — show a generic spinner instead.

phase
enum<string>

Coarse machine phase: reading | working | drafting | revising | finalizing.

Available options:
reading,
working,
drafting,
revising,
finalizing
detail
string

Human line to show under the spinner.

Example:

"Looking up 8 payees · checking balances"

iteration
integer

Model round (1-based) the turn is on.

updated_at
integer<int64>

Unix seconds when this snapshot was published.