List trashed documents
list_trashList documents in the trash, showing when each was deleted and when it will be permanently purged.
Instructions
Documents in the trash, with the date each was deleted and when it will be purged for good.
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. |