Feed Status

Live-feed status pill — shows LIVE (n) or SIM based on data published to a named feed

Surfaces
apps-script-web
Fields
FieldType
namestring (feed name to subscribe to)required
labelstring (optional, text prefix in pill)optional
sizestring (optional, CSS font-size, default 0.6rem)optional
Example payload
{
  "type": "feed_status",
  "name": "Feed Status"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:feed_status",
  "displayName": "Feed Status",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/feed_status",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "Live-feed status pill \u2014 shows LIVE (n) or SIM based on data published to a named feed",
  "representativeQueries": [
    "show a live/sim status pill for a named data feed",
    "live-feed status pill \u2014 shows live (n) or sim based on data published to a named feed",
    "render a feed status"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.

git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →