If I fetch the processes present in a particular folder, I am seeing an extra process which is not present in the folder
Any reason for this scenario?
In that UI page, we are checking the Releases API endpoint, not the Processes.
Example:
https://cloud.uipath.com/ORG_NAME/TENANT_NAME/orchestrator_/odata/Releases?$select=Id,IsLatestVersion,IsProcessDeleted,ProcessKey,ProcessVersion,Description,Arguments,Name,JobPriority,FeedId,RequiresUserInteraction,ProcessType,EntryPoint,IsCompiled,TargetFramework,IsAttended,Tags,Key,SpecificPriorityValue&$top=10&$expand=Environment,CurrentVersion,EntryPoint&$orderby=Name%20asc
Let us know if this helped.