-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Assets - AQL
-
None
-
1
-
1
Issue Summary
Currently, AQL does not have any built-in support for pagination to improve export capabilities.
Steps to Reproduce
In Discovered Assets page, if the data spans more than one page, the export process fails with an error.
As a temporary workaround, we have considered using AQL filters to narrow down the result set before exporting. Unfortunately, we’ve noticed that AQL does not support StartAt or MaxResults parameters, which limits our ability to paginate through results or control export size dynamically.
Expected Results
Pagination should work in Discovered assets to be able to export
Actual Results
There are no additional commands available to retrieve the data from the pages
Workaround
None