List share links
list_share_linksRetrieve all share links with slug, target document, and expiry to identify publicly accessible documents.
Instructions
Every share link on the instance, with its slug, target document and expiry. Share links are publicly reachable without login — treat this list as security-relevant.
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. |