{{ last_example.payload | pretty_json }}{{ last_example.result | pretty_json }}| Source | Filter | Enabled |
|---|---|---|
| {{ sub.source }} | {% if sub.filter %}{{ sub.filter | tojson }}{% else %}match all{% endif %} |
No subscriptions registered.
{% endif %}| Schedule | Source | Last run | Enabled |
|---|---|---|---|
{{ cron.schedule }} |
{{ cron.source }} | {{ cron.last_run_at | time_span }} |
| Session | Item | Events | Started | Last activity |
|---|---|---|---|---|
| {{ s.session_id[:8] }}… | {% if s.item_id %}#{{ s.item_id }}{% else %}—{% endif %} | {{ s.event_count }} | {{ s.first_seen | time_span }} | {{ s.last_seen | time_span }} |
No sessions captured for this agent yet.
{% endif %}| # | Source | Status | Attempts | Created | Claimed by | Trace | |
|---|---|---|---|---|---|---|---|
| {{ item.id }} | {{ item.source }} | {{ item.status.value }} | {{ item.attempts }} | {{ item.created_at | time_span }} | {{ item.claimed_by or "—" }} | {% set sid = item_to_session.get(item.id) %} {% if sid %}{{ sid[:8] }}…{% else %}—{% endif %} | |
|
Payload
{{ item.payload | pretty_json }}Result
{{ item.result | pretty_json }}Last error
{{ item.last_error }} |
|||||||
No items yet.
{% endif %}