
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
e.g., the following query will return 200 records, however this automation has run more than 200 times.
http://<server>/oo/rest/v2/executions?runName=Service_Monitor
Can the record limit be increased to e.g., 1000 records
Thanks.
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Matthew
The param you're looking for is pageSize.
eg: http://<server>/oo/rest/v2/executions?runName=Service_Monitor?pageSize=1000
Check the OO API doc for all params: https://docs.microfocus.com/itom/Operations_Orchestration:2019.07/RESTAPIs

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Matthew
The param you're looking for is pageSize.
eg: http://<server>/oo/rest/v2/executions?runName=Service_Monitor?pageSize=1000
Check the OO API doc for all params: https://docs.microfocus.com/itom/Operations_Orchestration:2019.07/RESTAPIs

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Thank you, your solution works.
I really appreciate the help.