Attended robot runs by starting up manually but not via API

Background: API in general works fine, authorization ok, get folder id ok, get release key ok. But the response of robots is empty. I am working with modern folders.I am trying to start the job by REST API: here is the request body:

{ “startInfo”:
{ “ReleaseKey”: “9aece16e-e706-4512-806b-8d3a8820c3dd”,
“Strategy”: “All”
}
}

The response is 404 Not Found

Hi @michael.gerke

Can u show the url through which u had made request?

{myTenant}/odata/Jobs/UiPath.Server.Configuration.OData.StartJobs

just found this on docs.uipath.com:

The All strategy is not applicable to modern folders.

but what to use instead…!!!

@michael.gerke

Check below for your reference

Hope this helps you

Thanks