curl --request GET \
--url https://dream-gateway.livepeer.cloud/health{
"status": "OK"
}API reference for the health endpoint. Check the operational status of your 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?