A list of automation execution log entries.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ExecutionLogList", "title": "ExecutionLogList", "type": "object", "description": "A list of automation execution log entries.", "properties": { "data": { "type": "array", "description": "Array of execution log objects.", "items": { "$ref": "#/components/schemas/ExecutionLog" } } } }