Incident {{ incident.incident_id }}

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 }}

Classification

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 '-' }}

Evidence

{% if evidence %} {% else %}

No raw evidence{{ ' — expired after 30 days' if expired else '' }}.

{% endif %}

Redacted AI evidence

{% if ai %} {% else %}

No redacted AI evidence{{ ' — expired after 30 days' if expired else '' }}.

{% endif %} {% if ai_manifest %}

AI evidence manifest

{{ ai_manifest | tojson(indent=2) }}
{% endif %} {% if state %}

Input, business, and checkpoint references

{{ state | tojson(indent=2) }}
{% endif %} {% if session %}

Codex incident session

{% endif %} {% if result %}

Structured result

{{ result | tojson(indent=2) }}
{% endif %}