Schema
ExecutionLogEntry
A single execution log entry (Chain of Thought).
| Field | Type | Description |
|---|---|---|
idrequired | string | Log entry ID |
timestamprequired | string (date-time) | When the entry was created |
levelrequired | "debug" | "info" | "warning" | "error" | Log level for execution entries.debuginfowarningerror |
categoryrequired | "planning" | "extraction" | "validation" | "transformation" | "integration" | "approval" | "checkpoint" | "rollback" | "system" | Category of execution log entry.planningextractionvalidationtransformationintegrationapprovalcheckpointrollbacksystem |
messagerequired | string | Log message |
parent_id | string | null | Parent entry ID for nested structure |
metadata | object | Additional contextshow nestedEmpty object. |
progress | ProgressInfoResponse | null | Progress info for batch ops |
actor | string | null | Agent/component that generated this |