curl --request GET \
--url https://dream-gateway.livepeer.cloud/health{
"status": "OK"
}API reference for the health endpoint. Returns the current operational status of a gateway node.
curl --request GET \
--url https://dream-gateway.livepeer.cloud/health{
"status": "OK"
}Successful Response
The health status of the pipeline
OK, ERROR, IDLE Was this page helpful?