The State API exposes the same data the dashboard renders: lists of nodes, jobs, actors, tasks, and objects, with filters and rich detail.Documentation Index
Fetch the complete documentation index at: https://ray-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Python client
CLI
REST
The dashboard exposes the same endpoints under/api/:
Filters
Use cases
- Custom dashboards built on top of Ray state
- Alerting when an actor crashes too often
- Debugging stuck pipelines (
ray list tasks --filter "state=PENDING") - Capacity planning: aggregate per-job CPU/GPU usage over time
Next steps
Dashboard
Built-in UI on top of these APIs.
Metrics
Time-series data.