Skip to main content
GET
/
health
Get service health
curl --request GET \
  --url http://127.0.0.1:4000/health
{
  "queue": {
    "agentRunConcurrency": 123,
    "toolExecuteConcurrency": 123,
    "totalJobs": 123,
    "queuedJobs": 123,
    "runningJobs": 123,
    "completedJobs": 123,
    "failedJobs": 123,
    "byType": {
      "agentRun": {
        "queued": 123,
        "running": 123,
        "completed": 123,
        "failed": 123
      },
      "toolExecute": {
        "queued": 123,
        "running": 123,
        "completed": 123,
        "failed": 123
      }
    }
  },
  "migration": {
    "status": "<string>",
    "pendingCount": 123,
    "appliedCount": 123,
    "errorMessage": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://familyco.mintlify.app/llms.txt

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

Response

200 - application/json

Service health snapshot

status
enum<string>
required
Available options:
ok,
degraded
mode
enum<string>
required
Available options:
normal,
read_only
queueDriver
enum<string>
required
Available options:
memory
queue
object
required
migration
object
required