Execution Reference Response
data class ExecutionReferenceResponse(val completionTimestamp: String, val creationTimestamp: String, val name: String)
Reference to an Execution. Use /Executions.GetExecution with the given name to get full execution including the latest status.