All incidents · Automations · Health
Status: {{ incident.status }} ·
run {{ incident.run_id }} ·
item {{ incident.item }} · release {{ incident.release }}
Created {{ incident.created_at }} · retries {{ incident.retry_count }} · expires {{ incident.expires_at }}
| Category | {{ incident.category or '-' }} |
|---|---|
| Confidence | {{ incident.confidence or '-' }} |
| Next action | {{ incident.next_action or '-' }} |
| Retry advice | {{ incident.retry_advice or '-' }} |
| Repair advice | {{ incident.repair_advice or '-' }} |
| Reason | {{ incident.reason or '-' }} |
| Session | {{ incident.session_ref or '-' }} |
No raw evidence{{ ' — expired after 30 days' if expired else '' }}.
{% endif %}No redacted AI evidence{{ ' — expired after 30 days' if expired else '' }}.
{% endif %} {% if ai_manifest %}{{ ai_manifest | tojson(indent=2) }}
{% endif %}
{% if state %}
{{ state | tojson(indent=2) }}
{% endif %}
{% if session %}
{{ result | tojson(indent=2) }}
{% endif %}