Read-only unified listing of Library entries: folders, templates, files, and builders. Each row carries a type discriminator (folder, template, file, or builder) and the fields relevant to that kind. Folders are always pinned to the top of the page regardless of ?ordering=. The listing is shallow -- use ?folder_id= to drill into a folder. file covers both binary uploads and URL bookmarks (same underlying model). builder is Canvas rows with source=BUILDER.
Query parameters
Filter to entries created by the given user id.
Folder id to scope the listing to (drill-in). Omit to list the root context.
Number of results to return per page.
Comma-separated sort tokens (prefix - for descending). Allowed: ['created_at', 'created_by', 'last_opened_at', 'name', 'sharing_scheme']. Default: -created_at. Folders always pin at the top regardless of ordering.
A page number within the paginated result set.
Case-insensitive substring match on name, applied at SQL before pagination.
Single value: all (default), reports, template, file, or builder. Narrows the non-folder kinds shown. Folders are always included in the response regardless of this filter -- use ?folder_id= to scope inside a folder instead. reports returns folders + templates + builders. file covers both binary uploads and URL bookmarks (they share the underlying TemplateUpload model). builder is Canvas rows with source=BUILDER.
Headers
Associates request with company
Response
No response body