One execution of an automation, with a log per step when fetched on its own.
@type t() :: %FoPost.AutomationRun{ automation_id: term(), completed_at: term(), context: term(), current_step: term(), error_message: term(), id: term(), logs: term(), raw: term(), started_at: term(), status: term(), trigger_event: term() }