If you make the API call to the [orchestrator URL]/odata/jobs endpoint without the X-UiPath-OrganizationUnitId header, you should be able to get jobs data from all folders in Orchestrator.
You can subsequently use the “OrganizationUnitFullyQualifiedName” property in the response to see which folder a Job came from.
Mesmo problema aqui, se faço um GET no …/odata/Releases/… ele me retorna errorCode “1101 - É necessária uma unidade organizacional para esta ação”, sendo que a própria doc da UiPath diz que isso ocorre só com POST, por isso estou pensando em iterar todas as folders existentes.