Schema
ExecutionLogSummary
Summary statistics for execution logs.
| Field | Type | Description |
|---|---|---|
cycle_idrequired | string (uuid) | Cycle UUID |
task_idrequired | string (uuid) | Task UUID |
total_entriesrequired | integer | Total log entries |
by_level | object | Counts by levelshow nestedEmpty object. |
by_category | object | Counts by categoryshow nestedEmpty object. |
first_entry_at | string (date-time) | null | First entry timestamp |
last_entry_at | string (date-time) | null | Last entry timestamp |
duration_ms | integer | null | Duration from first to last entry |
error_count | integer | Error count |
warning_count | integer | Warning count |