UiPath API commands not working on UiPath Cloud instance

Hi Team,
When I am using below commands in powershell, we are able to connect with UiPath On-Prem server, But not with the cloud instance.

  1. $ProcessData = Get-UiPathProcess -AuthToken $AuthToken -Name $ProcessName
    → here $AuthToken and $ProcessName having valid values, however $ProcessData become null

Similarly,
2. $GetProcessData= Get-UiPathProcessSchedule -AuthToken $AuthToken -Name $ScheduleName
→ here $AuthToken and $ScheduleName having valid values, however $GetProcessData become null

Can you anyone suggest right commands to use in powershell for reading details from UiPath Cloud

Hi. Please find the below information. Refer link Orchestrator - Consuming Cloud API (uipath.com)