Use this endpoint to fetch a paginated list of assets. With query parameters, you control the order, the number of assets you want per page, and the selected page.
The properties you would like to order the list by. You can specify multiple properties by adding the query param multiple times. Please check the example-response to check the names.
By default the order is ascending.
If want the descending one, add the `-` to the field name
Allowed values:
name, -name
udpatedAt, -updatedAt
hasApps, -hasApps
limit
number
The amount of documents you want to fetch per page.