Skip to main content
Check session health and status.
session_id
string
required
The session ID
curl -X GET https://api-be.atthene.com/api/v1/runtime/session_abc123/status/ \
  -H "x-api-key: YOUR_API_KEY"

Response

{
  "session_id": "session_abc123",
  "status": "active",
  "message_count": 12,
  "last_activity": "2025-01-15T10:35:00Z",
  "created_at": "2025-01-15T10:30:00Z",
  "health": "healthy"
}

Status Values

Session is ready to receive and process messages
Session is currently processing a message
Session exists but has been inactive
Session encountered an error and may need attention