Skip to main content
GET
/
health
Health
curl --request GET \
  --url https://dream-gateway.livepeer.cloud/health
{
  "status": "OK"
}

Documentation Index

Fetch the complete documentation index at: https://na-36-docs-v2.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Successful Response

status
enum<string>
required

The health status of the pipeline

Available options:
OK,
ERROR,
IDLE
Last modified on April 7, 2026