Check Agent Ready
Check Agent Ready
Check if an agent is ready to receive messages (pod running and healthy).
GET
Check Agent Ready
Authentication
Requires JWT token or Platform API key viaAuthorization: Bearer <token> header.
Agent UUID
Example Request
Example Response
Agent Ready
Agent Not Ready
Response Fields
Whether the agent is ready to receive and process messages
Current agent status:
active, paused, stopped, or errorKubernetes pod status:
running, pending, not_running, or errorISO 8601 timestamp of last health check from agent pod (only present if pod is running)
Human-readable reason why agent is not ready (only present if
ready is false)Use this endpoint before sending messages to ensure the agent is available. An agent is ready when its status is
active and its pod is running.Status Codes
| Code | Description |
|---|---|
200 | Readiness check completed |
401 | Unauthorized - invalid or missing authentication |
404 | Agent not found |

