For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

Search recently deleted files

POST 

/files/recently-deleted/search

Returns soft-deleted files scoped to the caller's organization. Only files that are the root of their own deletion are listed; a file soft-deleted as part of an ancestor folder, project, or workspace's deletion event is represented by that ancestor instead, and a file deleted independently before its ancestor stays listed in its own right; use the respective recently-deleted search endpoint to access that ancestor entity. Files remain listed until the retention period expires and the scheduled cleanup job runs; they can also be restored with POST /files/{fileKey}/restoration or permanently removed with DELETE /files/{fileKey}/permanent.

Request​

Responses​

The search completed successfully.