Server health check endpoints
Check if the API server is running and responsive
Server is healthy
Last updated 5 days ago
GET /status HTTP/1.1 Host: localhost:3001 Accept: */*
{ "status": "ok", "timestamp": "2026-01-18T12:00:00.000Z" }