Inbox Relay 2.4.1 checking…
Service
reading /health
Queue depth
messages pending delivery
Channels
open long-poll channels
Uptime
since last restart

About this instance

This is a self-hosted Inbox Relay deployment. It accepts messages over the HTTP API and hands them to connected clients through long-poll channels under /gw/v3/inbox/. There is no web client here — the console you are looking at only reports instance health.

Registration is closed. Channels require a session issued out of band, so an unauthenticated poll is rejected with 400; that is expected and not an outage. Machine-readable health lives at /health.

Endpoints

PathMethodPurpose
/healthGETLiveness probe, JSON
/gw/v3/inbox/statusGETInstance counters, JSON
/gw/v3/inbox/pollGET, HEADLong-poll channel, session required