get_paginated_assets_by_name
function get_paginated_assets_by_name(name: text, page_size: integer?, page_cursor: text?): list<pagination_result>(source)
Retrieves all assets with the given name, paginated.
Parameters
name
the name of the assets to retrieve
page_size
the size of the pages to retrieve
page_cursor
a pointer to where the page should start
See also
utils. paged_result
for information about pagination