dispatch_admin_health
Check extended admin health of the dispatch platform. Returns internal queue state, container status, and error counts. Requires a valid token.
Instructions
Get extended admin health check for the dispatch platform (requires token).
Returns more detailed health data than the public /healthz endpoint, including internal queue state, container status, and error counts. Requires DISPATCH_TOKEN env var to be set.
Returns: str: JSON admin health object, or error string if token missing/invalid.
Examples: - "Show admin health status" -> call (token required)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |