Operating system set to macOS
Documentation jurisdiction set to United States
Sign inConnect Claude
API/schemas
Schema

ExecutionLogEntry

A single execution log entry (Chain of Thought).

FieldTypeDescription
idrequiredstringLog entry ID
timestamprequiredstring (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
messagerequiredstringLog message
parent_idstring | nullParent entry ID for nested structure
metadataobjectAdditional context
show nested
Empty object.
progressProgressInfoResponse | nullProgress info for batch ops
actorstring | nullAgent/component that generated this