Health
Health Check
Health check endpoint that reports the status of all workers.
This endpoint is only available for self-hosted Outpost deployments. Managed Outpost health is monitored by Hookdeck.
Returns HTTP 200 when all workers are healthy, or HTTP 503 if any worker has failed.
Note: Error details are not exposed for security reasons. Check application logs for detailed error information.
get/healthz
Response
Service is healthy - all workers are operational.
Example response
{
"status": "healthy",
"timestamp": "2025-11-11T10:30:00Z"
}