node = hou.node(path to pdg node) pdg_node = node.getPDGNode() #Get work item by index make sure it's unique per work item work_item = pdg_node.workItems[index] #Access attributes using python workItem methods ex. name = work_item.stringAttribute("name")