List library items
Returns a page of reusable media saved to the library — images, videos, sound effects, music and LUTs — for one scope. video and sound-effect items include a sourceId you can pass anywhere a source is accepted; other types include a hosted url. Media still being generated in the editor is omitted.
Authorizations
API key obtained from your Tella account settings
Query Parameters
Which library the item belongs to: workspace items are shared with everyone in the workspace, private items are only visible to their creator
private, workspace "private"
Only return items of this type
image, video, sound-effect, music, lut "video"
Pagination cursor from a previous response. Keep paging while cursor is present.
Items per page (1-60, default 24). Treat it as a target rather than an exact count: pages are read from storage before unlistable items are filtered out, and cursors address whole storage pages, so a response may contain somewhat more than limit. Returning the extra items is deliberate — trimming them would drop them, because the cursor has already moved past.
1 <= x <= 6024