Task {{ run.task_id or "unknown" }} / {{ run.agent_name or "unknown agent" }}
| Project | {{ run.project_id }} |
|---|---|
| Model | {{ run.model or "-" }} |
| Failure tag | {{ run.failure_tag or "-" }} |
| Created | {{ run.created_at }} |
| Updated | {{ run.updated_at }} |
| Attributes | {{ run.attributes | tojson }} |
{{ span.name }}
| Span | Status | Duration | Parent | Start | Key Details |
|---|---|---|---|---|---|
{{ span.name }}{{ span.id }} |
{{ span.status }} | {{ span.duration_ms }} ms | {{ span.parent_span_id or "root" }} | {{ span.start_at }} | {% if span.attributes.get("request.id") %}request {{ span.attributes.get("request.id") }}{% endif %} {% if span.attributes.get("http.status_code") %} / HTTP {{ span.attributes.get("http.status_code") }}{% endif %} {% if span.attributes.get("policy.decision") %} / {{ span.attributes.get("policy.decision") }}{% endif %} {% if span.attributes.get("policy.reason") %} / {{ span.attributes.get("policy.reason") }}{% endif %} |
| No spans recorded. | |||||
| Time | Name | Severity | Span | Attributes |
|---|---|---|---|---|
| {{ event.timestamp }} | {{ event.name }} |
{{ event.severity }} | {{ event.span_id or "-" }} | {{ event.attributes | tojson }} |
| No events recorded. | ||||
| Path | MIME | Size | SHA-256 |
|---|---|---|---|
| {{ artifact.path }} | {{ artifact.mime_type or "-" }} | {{ artifact.size }} | {{ artifact.sha256 or "-" }} |
| No artifacts recorded. | |||