smartsuite_list_deleted_records
Retrieves a read-only list of soft-deleted records from a solution's trash, filterable by application. Returns key details to enable restoration.
Instructions
List soft-deleted records in a solution's trash (read-only). Solution-scoped — spans all applications in the solution; pass applicationId to filter to one. Returns id, title, applicationId, applicationName, deletedBy (member id), and deletedAt. Use the returned ids with smartsuite_restore_records. Respects allow/deny lists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor (next_cursor from a previous response). | |
| fields | No | Optional extra field slugs to include per deleted record. | |
| pageSize | No | Max deleted records to return (default 100). | |
| solutionId | Yes | The solution ID whose trash to list. | |
| applicationId | No | Optional: only return deleted records from this application. |