View Agent Logs
Overview
Access and search agent execution logs for debugging and monitoring.
SDK Example
// Auto-generated from SDK - Coming Soon
const logs = await workforce.getLogs({
agentId: 'my-agent',
level: 'error',
timeRange: { start: '2026-01-01', end: '2026-01-10' },
search: 'timeout',
});
Use Cases
- Debugging
- Error investigation
- Audit trails
- Performance analysis
See Also
- Monitor Agent Health
- Error Handling and Escalation (HumanOS)
- Provenance Logging (HumanOS)