Incidents

Health · Automations · Deliveries

{% if incidents %} {% for incident in incidents %} {% endfor %}
IncidentStatusCategoryConfidence ItemReleaseCreatedExpires
{{ incident.incident_id }} {{ incident.status }} {{ incident.category or '-' }} {{ incident.confidence or '-' }} {{ incident.item }} {{ incident.release }} {{ incident.created_at }} {{ incident.expires_at }}
{% else %}

No incidents recorded. An incident appears after a run exhausts its declared retry policy.

{% endif %}