# status probe This route can be used to determine if the application service is alive Endpoint: GET /status Version: 1.0.0 ## Response 200 fields (application/json): - `status` (object) break down of application component status - `status.http` (boolean) If http server is available. - `status.db` (boolean) If DB is available - `status.redis` (boolean) If redis is available