跳转到主要内容
GET
/
health
Health
curl --request GET \
  --url https://dream-gateway.livepeer.cloud/health
{
  "status": "OK"
}

响应

200 - application/json

Successful Response

status
enum<string>
必填

The health status of the pipeline

可用选项:
OK,
ERROR,
IDLE
Last modified on March 1, 2026