{ "status": "ok", "version": "1.0.0", "timestamp": "2025-08-01T14:30:45Z", "uptime": 1209600 }
Check the health status of the API
GET https://api.worqhat.com/health
import Worqhat from 'worqhat'; const client = new Worqhat({ apiKey: process.env.WORQHAT_API_KEY, }); const response = await client.health.check(); console.log(response.status);
Was this page helpful?