# Get rail notification connection status Returns the current rail notification connection status. Endpoint: GET /rail/notifications/status Version: 1.0.0 ## Response 200 fields (application/json): - `connected` (boolean, required) Indicates whether the notification service is connected. Example: true - `status` (string, required) Human-readable connection status. Example: "CONNECTED" - `serverInfo` (string, required) Connected server information. Example: "nats://localhost:4222" - `subscribedSubject` (string, required) Subject currently subscribed to. Example: "rail.notifications" - `totalNotificationsReceived` (integer, required) Total number of notifications received. Example: 42