Fetch BOT Schedular details from Orchestrator

Description

Hi , I would like to fetch/extract all the bot schedular details from the orchestrator. Do we have any snipper in the marketplace / any code is in place please ?
Kindly help.

Link

https://cloud.uipath.com

Date

2024-09-16

Related UiPath products

Orchestrator
Robot
Studio

@avinashy

you can use orchestrator api for the same

for details check swagger

<OrchestratorURL>/swagger/index.html

cheers

@Anil_G Thanks for the response . When i use JobTriggers as my end point i am getting the response as 0. However when i use ProcessSchedules as my end point i am getting the data from orchestrator.
But i am facing one issue here , i have total 28 schedules in the orch ,in the json response the OData count also showing as 28 ,but when it comes to the data i am able to see only 5 records i mean only 5 process details.
can you suggest why this is happening ?

@avinashy

Are you using any pagination?

did you try in swagger first?

cheers

@Anil_G unable to execute from swagger due to restrictions .However i am able to get the values using end point from the HTTP request activity. Thanks for your help.

1 Like

@avinashy

Glad it worked

Happy Automation

If resolved feel free to close the topic

cheers

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.