Monitoring & logs
Surface area for operators and on-call. Deeper playbooks: Monitoring & troubleshooting.
Agent execution history
GET /api/v1/agents/:id/executions— rows with status, timestamps, payloads as exposed.GET /api/v1/agents/:id/logs— textual log lines when enabled.GET /api/v1/agents/:id/metrics— rollups (counts, timing, success rate where available).
Webhook deliveries
GET /api/v1/webhooks/:id/deliveries lists outbound attempts including HTTP status — use to debug receiver errors vs signing issues.
Fleet monitoring API
GET /api/v1/monitoring/agents and GET /api/v1/monitoring/reasoning/:agent_id for aggregate or per-agent diagnostics (see API reference).
Alerting recommendations
- Error rate on agent executions vs baseline.
- Webhook delivery failure percentage.
- Absence of runs for a schedule-driven workflow during an expected window.
- Synthetic
GET /healthfrom your probe.