Query parameters
Some lists add filters of their own. Examples:
?status= on reports, and
?scanId= on agent sessions. The endpoint pages in the API reference name
the extras.
Envelope
List endpoints return one shape:items— the rows for this page.total— the row count for the whole filter, not the page.totalPages—ceil(total / limit).
page until page equals totalPages. Aquila scopes every list to your user. You never see another account’s rows.
