Orchestrator API - Robots get all api is not returning the robots details

Hi All,

I am using UiPath community edition.
I have configured 2 attended robots and I can see them in orchestrator - Tenant - Robot tab as below

Using postman, I want to execute orchestrator API - Robots get all

API - details and payloads are as below -

GET - {{url}}/odata/Robots

I am giving Authorization token , my tenant-name [X-UIPATH-TenantName] and folderid [X-UIPATH-OrganizationUnitId]

Response is 200 ok , however API did not return any robot details

Got below response

{
@odata.context”: “UiPath”,
@odata.count”: 0,
“value”:
}

I have below questions -

  1. Why I am getting count 0 in api response when I can see robots in orchestrator tenant ?

  2. Is Robot API execution supported in community edition ?

Please suggest .

A post was merged into an existing topic: Error obtained when start job Orchestrator API is executed