get_assets_by_name
@mount("ft4.get_assets_by_name")
query get_assets_by_name(name: text, page_size: integer?, page_cursor: text?): paged_result(source)
Returns all assets that have the specified name, paginated.
See also
utils. paged_result
for information about pagination