Skip to documentation
Anywe

progress block

This canonical lookup describes the published progress interaction shape, the present renderer support, its return path, and the trust boundary that applies when it is shown to a person.

TypeContractAgent may sendPlatform may produceWeb rendererMobile renderer
progressPublishedAllowedNo documented platform producer.ProgressBlockProgressBlockView

progress

Allowed

A running-work indicator with an optional percentage.

Return path

None; this is display content.

Trust and visibility

Progress is agent-reported; omit percent rather than presenting an invented measurement.

Stability

Available end to end.

FieldRequiredPublished constraint
typeYesliteral "progress"
labelYesstring · 1–200 characters
percentNointeger · 0–100
JSON
{
  "type": "progress",
  "label": "Searching flights",
  "percent": 40
}

Web preview

Searching flights40%