Orchestrator Jobs API - Odata/Jobs API max result in the response string is 1000

Hi,

I am using odata/jobs to get the job info from orchestrator. But the max result I get in a response string is 1000. Is there a way to increase this limit?

1 Like

@suraj3501
specify
data.maxpagesize=“X”

X = 100000 (you can define your limit)

1 Like

Hi,
How can I pass these arguments? Should I write into JSONPayload?

@Maneesha_de_silva Can you give an example of how to use it?

Hi - would also appreciate an example on the syntax to change this setting please!

I found the solution here https://docs.uipath.com/orchestrator/reference/building-api-requests.

My example:
Skip the first 500 entries and Keep the next 1000 entries.

image