Getting Logs with UiPath.Powershell?

Hi, I know that I can get logs using something like
Invoke-RestMethod -uri 'https://orchestrator.kalmar.se/odata/Jobs' -Headers $headers

Iis there a command within the UiPath.Powershell module (GitHub - UiPath/orchestrator-powershell: UiPath Orchestrator PowerShell cmdlet library) to get the logs?

Thank you