List share link bundles
list_share_link_bundlesRetrieve share link bundles from Paperless-ngx, showing document groups accessible via one public link. Supports pagination, ordering, and name filtering.
Instructions
Share link bundles (Paperless-ngx 3.x) expose several documents behind a single public link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | Return every field instead of the identifying summary. | |
| page | No | 1-based page number. | |
| ordering | No | Field to order by. Prefix with '-' to reverse, e.g. '-created'. | |
| page_size | No | Items per page. Clamped by the server's configured ceiling. | |
| name__icontains | No | Case-insensitive substring filter on the name. |