Skip to main content
GET
/
health
Health check
curl --request GET \
  --url http://localhost:3000/health
{
  "status": "ok",
  "timestamp": "2023-11-07T05:31:56Z",
  "uptime": 123
}

Response

200 - application/json

Service is healthy

status
string
required
Example:

"ok"

timestamp
string<date-time>
required

ISO 8601 timestamp

uptime
number
required

Process uptime in seconds