Documentation Index
Fetch the complete documentation index at: https://docs.elizaos.ai/llms.txt
Use this file to discover all available pages before exploring further.
Check the health of the jobs processing system.
Response
Health status: healthy, degraded, unhealthy
Number of jobs currently in queue
Number of jobs currently being processed
Average processing time in milliseconds (last 100 jobs)
Failure rate as percentage (0-100)
{
"status": "healthy",
"queueSize": 5,
"processing": 2,
"avgProcessingTime": 1250,
"failureRate": 0.5
}