Get Parameter Group of the Parameter

Hi, I would like to get the The Group name of parameter by using the Python code
Can anyone help me?

[LabelUtils.GetLabelForGroup(param.Definition.GetGroupTypeId()) for param in e.Parameters] e as your element. But before Revit 2021, the approach was a bit different. Which build are you using?

i’m using Revit 2024, and Dynamo 2.19
Thank you!

alright that should do it.