Basic request and response
Use the health check to verify availability withGET /api/health.
Example response
Example response
Errors and edge cases
- 503: health check unavailable.
Health checks for workspace availability.
GET /api/health.
curl "https://{BASE_URL}/api/health"
Example response
{
"status": "ok",
"uptime": "3d 04:12:33",
"commit": "9f1c2a3"
}