Api: Get Most Recent Jobs

Are you testing in swagger? The request would be like:
https://cloud.uipath.com/YOUR_DOMAIN/YOUR_SERVICE/odata/Jobs?$orderby=StartTime%20desc&$top=5

But if you want to also FORCE it to show only if it is from TODAY:
https://cloud.uipath.com/DOMAIN/SERVICE/odata/Jobs?$filter=StartTime%20gt%202020-01-20T00%3A00%3A00.00Z&$orderby=StartTime%20desc&$top=5

1 Like