Skip to main content
GET
Check Agent Ready

Authentication

Requires JWT token or Platform API key via Authorization: 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 error
string
required
Kubernetes pod status: running, pending, not_running, or error
string
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.

Status Codes