Monitor Agent Health
Overview
Monitor deployed agent health, performance, and error rates.
SDK Example
// Auto-generated from SDK - Coming Soon
const health = await workforce.getAgentHealth({
agentId: 'my-agent',
metrics: ['latency', 'error-rate', 'throughput'],
timeRange: '24h',
});
Use Cases
- Health monitoring
- Performance tracking
- Error detection
- SLA compliance
See Also
- View Agent Logs
- Scale Agent Instances
- Error Handling and Escalation (HumanOS)