Automation Analytics and Intelligence (AAI) dashboard widgets and REST API queries may experience slow loading times or timeouts when retrieving large datasets. This occurs when the job count exceeds the default result limit, forcing the system to perform multiple paginated calls.
The default restApiSearchResultLimit is set to 10,000 results. If a widget or API call requires significantly more data (e.g., 200,000+ jobs), the system must execute many sequential paginated calls, leading to UI latency.
Follow these steps to increase the result limit:
restApiSearchResultLimit.100000).Note: Changes take effect immediately. There is no need to restart AAI services.
If issues persist, please see .