List Assets
public-api
List Assets
List/search the tenant’s assets (read). q matches names case-insensitively;
kind filters to video|audio|image|subtitle; project_id scopes to one project
(“none” → uncategorised).
Pagination (#217b): pass limit (1-200) to get one page; the response then carries
next_cursor when more rows remain — pass it back as cursor for the next page.
Omitting limit returns every asset (unchanged legacy behaviour).