In this Orchestrator API call can we able to filter by getting only recent 1000 records?

Hi @arunkumarcasper,

you can pass $top which Limits the number of items returned.

/odata/QueueDefinitions(Id)/UiPathODataSvc.Reports()?$top=1000

I used that bro but not getting the output why?

I’m using Orchestrator Http request activity which return’s comma separated data as in below screenshot.
If possible could you please share screenshot of your workflow
image

@arunkumarcasper
ensure that there is no () in use

odata/QueueDefinitions(YourID)/UiPathODataSvc.Reports?%24top=1000
vs