Skip to main content
GET
/
alive
Simple alive check
curl --request GET \
  --url http://localhost:3000/alive
{
  "status": "<string>",
  "timestamp": "2023-11-07T05:31:56Z",
  "uptime": 123,
  "memory": {},
  "pid": 123
}

Response

200 - application/json

Service is alive

status
string
timestamp
string<date-time>
uptime
number
memory
object
pid
integer