List, sync, accept, and dismiss cleanup suggestions·View as Markdown

Suggestions

Base: /workspaces/{workspaceId}/suggestions

List

GET .../suggestions?kind=near_duplicate&bucketId=&sync=1&count=1 · suggestions:read

QueryDescription
kindSuggestion kind (default person_merge)
bucketIdRequired for some inventory syncs
sync=1Recompute before list
count=1Return pending counts by kind (kind=all for all)

Actions

POST .../suggestions · suggestions:write

{ "action": "accept", "kind": "cleanup_largest", "ids": ["..."] }
actionBody
synckind, bucketId?
acceptkind, ids[], optional keepBySuggestionId, namesBySuggestionId
dismissids[]
auto-acceptkind, limit?

Accept may trash or move objects depending on kind (respects Trash settings).

Suggestions · file.rocks docs