curl --request GET \
--url http://localhost:3000/alive{
"status": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"uptime": 123,
"memory": {},
"pid": 123
}Returns basic process information to verify the service is running
curl --request GET \
--url http://localhost:3000/alive{
"status": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"uptime": 123,
"memory": {},
"pid": 123
}Was this page helpful?