Search recently deleted folders
POST/folders/recently-deleted/search
Returns soft-deleted folders scoped to the caller's organization. Only folders that are the root of their own deletion are listed; a folder soft-deleted as part of an ancestor folder, project, or workspace's deletion event is represented by that ancestor instead, and a folder deleted independently before its ancestor stays listed in its own right; use the respective recently-deleted search endpoint to access that ancestor entity. Folders remain listed until the retention period expires and the scheduled cleanup job runs; they can also be restored with POST /folders/{folderKey}/restoration or permanently removed with DELETE /folders/{folderKey}/permanent.
Request
Responses
- 200
- 400
- 401
- 403
- 500
The search completed successfully.
The provided data is not valid.
The request lacks valid authentication credentials.
Response Headers
Forbidden. The request is not allowed.
An internal error occurred while processing the request.