Hi @芹沢 基樹
You can use the below command to get the Definition:
(Get-AzLogicApp -ResourceGroupName "yourresourcegroupname" -Name "logicappname").Definition.ToString()
Get-AzLogicApp command returns the Workflow output which is the JSON object. Let me know if you need any assistance.
Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.