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.
string
required
Agent UUID
Example Request
Example Response
Agent Ready
Agent Not Ready
Response Fields
boolean
required
Whether the agent is ready to receive and process messages
string
required
Current agent status:
active, paused, stopped, or errorstring
required
Kubernetes pod status:
running, pending, not_running, or errorstring
ISO 8601 timestamp of last health check from agent pod (only present if pod is running)
string
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.
