List Deleted Items
list_deletedList recently soft-deleted items for the current company to recover or permanently delete. Shows type, label, deletion date, and auto-purge date. Filter by days or entity type.
Instructions
List recently soft-deleted items (the recoverable trash) for the current company so the user can pick one to restore or permanently delete. Returns each item's type, a human-readable label, when it was deleted, and the date it will be auto-purged. Defaults to the last 7 days with leftover demo fixtures hidden; pass days to widen the window, entity_type to filter, or include_demo to show demo data. Each item carries entity_id for use with restore_item or purge_item - present items to the user by label, never by id. Response includes a render field with tiered rendering guidance - check it before composing your reply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Look-back window in days. Defaults to 7. | |
| limit | No | Max items to return. Defaults to 100. | |
| entity_type | No | Filter to a single entity type. Omit for all types. | |
| include_demo | No | Include leftover demo (demorun-) fixtures. Defaults to false. |